deepl-node
Advanced tools
Changelog
[1.14.0] - 2024-09-17
billedCharacters
field to text translation response.Changelog
[1.13.1] - 2024-08-14
Added supported glossary languages: Danish ('da'
), Norwegian (bokmål)
('nb'
), and Swedish ('sv'
). 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.
axios
locked-version due to security
vulnerability in axios <1.7.3Changelog
[1.13.0] - 2024-04-12
follow-redirects
locked-version due to security
vulnerability in follow-redirects <1.15.5Changelog
[1.12.0] - 2024-02-27
New language available: Arabic ('ar'
). Add language code constants and tests.
Arabic is currently supported only for text translation; document translation
support for Arabic is coming soon.
Note: older library versions also support the new language, this update only adds new code constants.
Changelog
[1.11.1] - 2024-01-26
follow-redirects
due to security vulnerabilityaxios
requirement to ^1.6.4
to avoid
vulnerability in follow-redirects <1.15.4Changelog
[1.11.0] - 2023-11-03
context
parameter for text translation, that specifies
additional context to influence translations, that is not translated itself.CI: silence npm audit warnings in non-production dependencies due to currently-unresolvable vulnerability in semver <7.5.2.
Increase axios dependency to >=1.2.2, due to bug in axios v1.2.1.
Added supported glossary languages: Italian (it), Dutch (nl), Polish (pl), Portuguese (pt), Russian (ru) and Chinese (zh). 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.
Fixed typo in readme: createGlossaryWithCsv
not createGlossaryFromCsv
Changelog
[1.10.2] - 2023-06-02
Changelog
[1.10.0] - 2023-06-01
Changelog
[1.9.0] - 2023-03-22
Changelog
[1.8.0] - 2023-01-26
New languages available: Korean ('ko'
) and Norwegian (bokmål) ('nb'
). Add
language code constants and tests.
Note: older library versions also support the new languages, this update only adds new code constants.