deepl-node
Advanced tools
Changelog
[1.7.5] - 2023-01-25
Changelog
[1.7.4] - 2023-01-09
supportsFormality
field for source languages.Changelog
[1.7.3] - 2023-01-04
npm audit
warnings for dev dependencies, due to CVE in
eslint-plugin-import > tsconfig-paths > json5
.axios
v1.2.1, that resolves the issue in v1.2.0.Changelog
[1.7.2] - 2022-11-24
axios
to v1.1.3 or lower due to an issue in v1.2.0.
Changelog
[1.7.1] - 2022-10-12
for .. of
loops to for .. in
loops, to handle cases where array
prototype has been modified.
Changelog
[1.7.0] - 2022-09-30
'prefer_less'
and 'prefer_more'
.503 Service Unavailable
errors are now retried.
Attempting to download a document before translation is completed will now
wait and retry (up to 5 times by default), rather than rejecting.Changelog
[1.6.0] - 2022-09-09
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.
Changelog
[1.4.0] - 2022-08-09
createGlossaryWithCsv()
allowing glossaries downloaded from website to
be easily uploaded to API.Changelog
[1.3.2] - 2022-08-09
getSourceLanguages()
and
getTargetLanguages()
result.translateText()
to fix TS compiler
errors.