Skip to content

Releases: chriskonnertz/DeepLy

v1.0.0

02 Sep 16:59
Compare
Choose a tag to compare

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

02 Sep 13:23
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

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

02 Sep 11:08
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

Changelog:

  • Introduced protocol namespace with JsonRpcProtocol class
  • Added supportsLang() method
  • Added translateFile() method
  • Enhanced README.md

v0.7

02 Sep 09:18
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

Changelog:

  • A lot of refactoring
  • Bugfix
  • Enhanced validation of the API result

v0.4

01 Sep 19:18
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changelog:

  • Refactoring - introduced TranslationBag class
  • Added more validity checks for the API call result

v0.3

01 Sep 18:06
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

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

31 Aug 21:30
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

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

31 Aug 20:35
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Very first release. It works but it needs more love.