deepl-node
Advanced tools
Changelog
[1.3.1] - 2022-05-18
Replaces version 1.3.0 which was broken due an incorrect package version.
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.
nonRegionalLanguageCode()
to newly-added type
NonRegionalLanguageCode
.Changelog
[1.2.2] - 2022-04-20
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.
Changelog
[1.2.1] - 2022-04-14
node
and @types/node
.Changelog
[1.2.0] - 2022-04-13
errorMessage
property to DocumentStatus
, describing the error in case
of document translation failure.Changelog
[1.1.1] - 2022-04-12
isDocumentTranslationComplete()
to reject if document translation fails.Changelog
[1.1.0] - 2022-03-22
Changelog
[0.1.2] - 2022-03-10
es2019
.Changelog
[0.1.1] - 2022-03-04
Changelog
1.0.0 - 2019-02-04
This version of the package on NPM refers to an earlier unofficial DeepL Node.js client library, which can be found [here][1.0.0]. The official DeepL Node.js client library took over this package name. Thanks to Tristan De Oliveira for transferring the package ownership.