Releases: chriskonnertz/DeepLy
Releases · chriskonnertz/DeepLy
v1.0.0
This is the first stable release of DeepLy.
Changelog:
- Can now handle sentences
- Validate the ID of the JSON RPC response
- Use constants instead of inline strings for method names
- ...
v0.9
Changelog:
- Added getTranslations() method
- Also store the error code in the ProtocolException
- Also send the ID property in the JSON RPC requests
- Added check if postprocessed_sentence property is missing
- Refactoring
- Explained the difference between translations and beams
v0.8
Changelog:
- Introduced protocol namespace with JsonRpcProtocol class
- Added supportsLang() method
- Added translateFile() method
- Enhanced README.md
v0.7
Changelog:
- A lot of refactoring
- Bugfix
- Enhanced validation of the API result
v0.4
Changelog:
- Refactoring - introduced TranslationBag class
- Added more validity checks for the API call result
v0.3
Changelog:
- Language auto detection works now
- Enhanced error/exception handling
- More tests (better coverage)
- Use textarea instead of input field on demo page
- List all available language codes in README.md
v0.2
Changelog:
- Demo script now uses drop down (select) elements
- Fixed bug: Added missing languages codes to the language codes array
- Added basic tests
v0.1
Very first release. It works but it needs more love.