Skip to content

v1.2.0

Compare
Choose a tag to compare
@daniel-jones-deepl daniel-jones-deepl released this 18 May 07:51
· 58 commits to main since this release
v1.2.0
e29f3af

Added

  • New languages available: Indonesian ('id') and Turkish ('tr'). Add
    language code constants and tests.

    Note: older library versions also support the new languages, this update only
    adds new code constants.

  • Added ITranslator interface implemented by Translator class, to achieve a
    better mock-ability in conjunction with common mocking frameworks.

Changed

  • Improve package icon, tags and project URLs.

Fixed

  • Test fix: tests should still succeed after new languages are added.