Skip to content

Releases: DeepLcom/deepl-node

v1.6.0

09 Sep 08:35
v1.6.0
1b71925

Choose a tag to compare

Added

  • New language available: Ukrainian ('uk'). Add language code constant and
    tests.

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

v1.5.0

19 Aug 09:00
v1.5.0
dd2430f

Choose a tag to compare

Added

  • Add proxy support.

v1.4.0

09 Aug 14:01
v1.4.0
c7a558e

Choose a tag to compare

Added

  • Add createGlossaryWithCsv() allowing glossaries downloaded from website to be easily uploaded to API.

v1.3.2

09 Aug 14:00
v1.3.2
911a4bd

Choose a tag to compare

Changed

  • Update contributing guidelines, we can now accept Pull Requests.

Fixed

  • Fix GitLab CI config.
  • Correct language code case in getSourceLanguages() and getTargetLanguages() result.
  • Use TypeScript conditional types on translateText() to fix TS compiler errors.

v1.3.1

18 May 09:04
v1.3.1
6dd8bf4

Choose a tag to compare

Replaces version 1.3.0 which was broken due an incorrect package version.

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.

Changed

  • Change return type of nonRegionalLanguageCode() to newly-added type
    NonRegionalLanguageCode.

v1.3.0

18 May 07:52
v1.3.0
2bb4223

Choose a tag to compare

Due to an incorrect package version, this version was removed.

v1.2.2

20 Apr 15:16
v1.2.2
40e441b

Choose a tag to compare

Added

  • Glossaries are now supported for language pairs: English <-> Japanese and
    French <-> German. The corresponding glossary language code TypeScript types
    are extended.

    Note: older library versions also support the new glossary language pairs,
    this update only adds new types.

v1.2.1

14 Apr 07:37
v1.2.1
a4303ae

Choose a tag to compare

Changed

  • Simplify and widen the accepted version range for node and @types/node.

v1.2.0

13 Apr 11:06
v1.2.0
4b6e13e

Choose a tag to compare

Added

  • Add errorMessage property to DocumentStatus, describing the error in case
    of document translation failure.

v1.1.1

12 Apr 15:15
v1.1.1
c7cd582

Choose a tag to compare

Fixed

  • Fix some tests that intermittently failed.
  • Fix isDocumentTranslationComplete() to reject if document translation fails.