tag:github.com,2008:https://github.com/DeepLcom/deepl-node/releasesRelease notes from deepl-node2025-10-08T15:02:28Ztag:github.com,2008:Repository/445450399/1.20.02025-10-08T15:02:28Z1.20.0<p>Version 1.20.0</p>leoncheng57tag:github.com,2008:Repository/445450399/v1.20.02025-10-08T15:05:03Zv1.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>leoncheng57tag:github.com,2008:Repository/445450399/v1.19.12025-09-16T15:48:17Zv1.19.1<p>Version 1.19.1</p>daniel-jones-devtag:github.com,2008:Repository/445450399/v1.19.02025-06-26T18:08:06Zv1.19.0<h3>Added</h3>
<ul>
<li>Add new supported language codes to the translation and glossary language types.</li>
</ul>BriannaDelgadotag:github.com,2008:Repository/445450399/v1.18.02025-05-07T16:06:01Zv1.18.0<p>New version v1.18.0</p>JanEbbingtag:github.com,2008:Repository/445450399/v1.17.32025-03-11T21:05:59Zv1.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>leoncheng57tag:github.com,2008:Repository/445450399/v1.17.22025-03-06T19:54:14Zv1.17.2<h3>Added</h3>
<ul>
<li>Added option to override translate path</li>
</ul>jason-gardella-deepltag:github.com,2008:Repository/445450399/v1.17.12025-03-04T22:00:43Zv1.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>leoncheng57tag:github.com,2008:Repository/445450399/v1.17.02025-02-25T21:27:53Zv1.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>leoncheng57tag:github.com,2008:Repository/445450399/v1.16.02025-01-22T17:17:25Zv1.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