- Reverted documentation switch due to rust-lang/docs.rs#238 (sorry!).
- Switched documentation to https://docs.rs/deepl_api.
- Add #4 - feat: implement Clone for TranslationOptions, contributed by @0x6b. Thanks!
- Add #3 - added support for glossaries, contributed by @dervoeti. Thanks!
- Fix deprecation warning.
- Switch to 2021 edition.
- Added support for the DeepL free tier which requires a different API endpoint, which will be automatically selected based on the provided API key.
- Changed documentation link as docs.rs currently cannot document binaries properly.
- Initial implementation.