Releases: cluttrdev/deepl-go
Releases · cluttrdev/deepl-go
v0.5.0
Changelog
4376a8a
Release v0.5.000c7fb9
docs: Update CHANGELOG.md38bbd23
feat: Add retry/backoff to api calls5a74575
style: Format code6a72ed2
refactor: Specify api url version in endpoint methods19a1aa2
refactor: Rename api lib dir to match package name7ec11cd
feat(cmd): Enable setting flags via env vars4aa3a26
build: Replace goreleaser with justfile and scripts1bec62b
docs: Update changelogf822ba1
refactor: Remove obsolete internal/table.gobf18535
chore: Update go version to 1.2122ab2db
refactor!: Re-implement command-line interface4988e3c
add: Internal minimal command package to replace spf13/cobra409d0b9
refactor: Send JSON-encoded bodies where possiblea8c34d9
refactor: Improve error handling59ffb65
refactor: Move translate options to separate file84e5425
refactor: Adjust command implementations93b930b
refactor: Breaking changes to translate options implementation and api call methodsf87e419
refactor: Rename ServerURL translator option and add new WithHTTPClient optionf0e90ea
refactor: Make api client an interface833be10
refactor: Move cmd implementations to internal/0ab84b2
refactor: Move api code from pkg/ to top level97ed981
Add goreleaser
v0.4.0
Changelog
- e53b814 Add --source and --target shorthand flags to languages command
- abe9206 Add document endpoint actions
- e7cf9f3 Added changelog links to compare commited changes since last version
- 8243027 Adjust commands to changes in functional options
- d1d2128 Change translate options from functional to key-value pairs
- a87df3e Fix translate command
- 0b2c566 Improve usage of functional options and add some doccomments
- a21997a Remove github.com/rodaine/table dependency
- 8ebb8ca Update REAMDE and CHANGELOG
- b96fc24 Update changelog
- e99d99d Use verbosity flag to adjust cmd ouputs
v0.3.0
v0.2.0
v0.1.0
Changelog
- ef52e53 Add LICENSE and CHANGELOG.md
- 24e90db Add README
- 0ccf6ef Add translation options and cli
- 112a5bb Add translator type
- bd6a9fb Change cli auth key env var name
- 1d426c9 Initial commit, proof-of-concept
- 639a3d1 Remove version field from root command
- e579fb3 Rename Error => HTTPError
- 793a1cd Restructure project
- d7fc6a5 Tidy up