diff xml/en/docs/njs/changes.xml @ 2584:88b4976778d2

njs-0.4.3.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 11 Aug 2020 16:45:16 +0100
parents 44792f1ee284
children 7035221dbe37
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml	Tue Aug 11 12:35:32 2020 +0100
+++ b/xml/en/docs/njs/changes.xml	Tue Aug 11 16:45:16 2020 +0100
@@ -9,9 +9,105 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="35"
+        rev="36"
         toc="no">
 
+<section id="njs0.4.3" name="Changes with njs 0.4.3">
+
+<para>
+Release Date:
+11 August 2020
+</para>
+
+<para>
+Core:
+<list type="bullet">
+
+<listitem>
+<para>
+Feature:
+added
+<link doc="reference.xml" id="querystring"><literal>Query String</literal></link>
+module.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Feature:
+improved
+<link doc="reference.xml" id="fs_mkdirsync"><literal>fs.mkdir()</literal></link>
+to support recursive directory creation.
+Thanks to Artem S. Povalyukhin.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Feature:
+improved
+<link doc="reference.xml" id="fs_rmdirsync"><literal>fs.rmdir()</literal></link>
+to support recursive directory removal.
+Thanks to Artem S. Povalyukhin.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Feature:
+introduced UTF-8 decoder according to
+<link url="https://encoding.spec.whatwg.org/">WHATWG</link> encoding spec.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Feature:
+added TextEncoder/TextDecoder implementation.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed parsing return statement without semicolon.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed <literal>njs_number_to_int32()</literal> for big-endian platforms.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed unit test on big-endian platforms.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed regexp-literals parsing with “<literal>=</literal>” characters.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed pre/post increment/decrement in assignment operations.
+</para>
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="njs0.4.2" name="Changes with njs 0.4.2">
 
 <para>