deepl_dart 2.0.0
deepl_dart: ^2.0.0 copied to clipboard
Dart library for the DeepL language translation API. Pure Dart. Inspired by the official DeepL API documentation.
deepl_dart Changelog #
2.0.0 #
- #27 Add writer functionality to rephrase and improve text
- Add
modelType
parameter to text translation requests, seeModelType
for more info - Add
showBilledCharacters
parameter to text translation request- If set to true, the response will contain the
billedCharacters
field
- If set to true, the response will contain the
Breaking changes #
- The
Translator
class has been restructured into modules grouped in theDeepL
class. See the README and the deprecation notes in the code on on how to update. - The
formality
parameter for text translation requests has been converted from aString
to theFormality
enum
1.5.0 #
- #25 Add translation context
1.4.0 #
- Use JSON over URL params for text translation
1.3.1 #
- Export errors
1.3.0 #
- #22 Upgrade supported languages
- Update dependencies
1.2.0 #
- #21 Replace IO dependency to support Web
1.1.0 #
- #18: Added Option to Create Glossary with CSV File
1.0.2 #
- Fix #14: Support UTF-8
1.0.1 #
- More examples
1.0.0 #
- #3 Monitor Usage
- #4 List Supported Languages
- First production-ready version
0.3.0 #
- #2 Manage Glossaries
0.2.0 #
- #1 Translate Documents
0.1.0 #
- Initial version.
- Translate text.