tag:github.com,2008:https://github.com/DeepLcom/deepl-node/releases Release notes from deepl-node 2025-10-08T15:02:28Z tag:github.com,2008:Repository/445450399/1.20.0 2025-10-08T15:02:28Z 1.20.0 <p>Version 1.20.0</p> leoncheng57 tag:github.com,2008:Repository/445450399/v1.20.0 2025-10-08T15:05:03Z v1.20.0 <h3>Added</h3> <ul> <li>Official support for Node.js versions 20, 22 and 24</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed document minification/deminification to preserve translated content. Previously, when document minification was enabled, the deminify process would use the original minified file instead of the translated version, causing translations to be lost.</li> <li>Fixed handling of documents without media files during translation. The library now correctly processes documents that don't contain embedded media.</li> </ul> leoncheng57 tag:github.com,2008:Repository/445450399/v1.19.1 2025-09-16T15:48:17Z v1.19.1 <p>Version 1.19.1</p> daniel-jones-dev tag:github.com,2008:Repository/445450399/v1.19.0 2025-06-26T18:08:06Z v1.19.0 <h3>Added</h3> <ul> <li>Add new supported language codes to the translation and glossary language types.</li> </ul> BriannaDelgado tag:github.com,2008:Repository/445450399/v1.18.0 2025-05-07T16:06:01Z v1.18.0 <p>New version v1.18.0</p> JanEbbing tag:github.com,2008:Repository/445450399/v1.17.3 2025-03-11T21:05:59Z v1.17.3 <h3>Changed</h3> <ul> <li>Upgrade axios lib due to <a title="GHSA-jr5f-v2jv-69x6" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jr5f-v2jv-69x6/hovercard" href="https://github.com/advisories/GHSA-jr5f-v2jv-69x6">GHSA-jr5f-v2jv-69x6</a></li> </ul> leoncheng57 tag:github.com,2008:Repository/445450399/v1.17.2 2025-03-06T19:54:14Z v1.17.2 <h3>Added</h3> <ul> <li>Added option to override translate path</li> </ul> jason-gardella-deepl tag:github.com,2008:Repository/445450399/v1.17.1 2025-03-04T22:00:43Z v1.17.1 <h3>Added</h3> <ul> <li>Update list of supported target languages</li> </ul> <h3>Changed</h3> <ul> <li>Adjust environment variable handling to avoid side effects in the published library</li> </ul> leoncheng57 tag:github.com,2008:Repository/445450399/v1.17.0 2025-02-25T21:27:53Z v1.17.0 <h3>Added</h3> <ul> <li>Added document minification as a feature before document translation, to<br> allow translation of large docx or pptx files. For more info check the README.</li> <li>Added .env.example file with <code>dotenv</code> library for environment variables management</li> <li>Improve unit tests</li> </ul> <h3>Changed</h3> <ul> <li>Upgrade cross-spawn library (see <a title="GHSA-3xgq-45jj-v275" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-3xgq-45jj-v275/hovercard" href="https://github.com/advisories/GHSA-3xgq-45jj-v275">GHSA-3xgq-45jj-v275</a>)</li> </ul> leoncheng57 tag:github.com,2008:Repository/445450399/v1.16.0 2025-01-22T17:17:25Z v1.16.0 <h3>Added</h3> <ul> <li>Added support for the Write API in the client library, the implementation<br> can be found in the <code>DeepLClient</code> class. Please refer to the README for usage<br> instructions.</li> </ul> <h3>Changed</h3> <ul> <li>The main functionality of the library is now also exposed via the <code>DeepLClient</code><br> class. Please change your code to use this over the <code>Translator</code> class whenever<br> convenient.</li> </ul> JanEbbing