- feat(api): Add prototool file and bump Go version (#38)
- fix(gitignore): Ignore vscode settings (#39)
- fix(api): Refactor api tests (#40)
- fix(cmd): Drop cobra subcommands (#46)
- feat(syncer): Add syncer pkg (#47)
- feat(api): Add charts array to the configuration (#48)
- fix(cmd): Fix typo (#50)
- fix(pkg): Refactor chart clients (#51)
- fix(chart): Remove SyncAllVersions method (#52)
- fix(pkg): Rename repo package to client/core (#53)
- feat(core): Add currently supported clients (#54)
- feat(utils): Expose unix epoch (#55)
- feat(syncer): Enhance syncer struct (#56)
- feat(client): Add Reload method (#57)
- fix(syncer): Split code into different files (#58)
- feat(syncer): Add topological sort for charts (#59)
- feat(syncer): Add SyncPendingCharts method (#60)
- feat(syncer): Add workdir (#61)
- feat(syncer): Add sync pending logic (#62)
- feat(client): Improve HTTP response handling (#64)
- fix(misc): Improve some log messages (#65)
- fix(cmd): Switch default behavior (#66)
- feat(client): Add support for OCI registries (#67)
- feat(internal): Mark some packages as internal (#69)
- feat(tests): Add fake client and syncer (#70)
- feat(client): Extend Upload API to accept name and version fields (#71)
- docs(readme): Update README after adding OCI support (#72)