deepl_dart 1.5.0 deepl_dart: ^1.5.0 copied to clipboard
Dart library for the DeepL language translation API. Pure Dart. Inspired by the official DeepL API documentation.
deepl_dart Changelog #
0.1.0 #
- Initial version.
- Translate text.
0.2.0 #
- #1 Translate Documents
0.3.0 #
- #2 Manage Glossaries
1.0.0 #
- #3 Monitor Usage
- #4 List Supported Languages
- First production-ready version
1.0.1 #
- More examples
1.0.2 #
- Fix #14: Support UTF-8
1.1.0 #
- #18: Added Option to Create Glossary with CSV File
1.2.0 #
- #21 Replace IO dependency to support Web
1.3.0 #
- #22 Upgrade supported languages
- Update dependencies
1.3.1 #
- Export errors
1.4.0 #
- Use JSON over URL params for text translation
1.5.0 #
- #25 Add translation context