comparison 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
comparison
equal deleted inserted replaced
2583:cd97adddd757 2584:88b4976778d2
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Changes" 9 <article name="Changes"
10 link="/en/docs/njs/changes.html" 10 link="/en/docs/njs/changes.html"
11 lang="en" 11 lang="en"
12 rev="35" 12 rev="36"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.4.3" name="Changes with njs 0.4.3">
16
17 <para>
18 Release Date:
19 11 August 2020
20 </para>
21
22 <para>
23 Core:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added
30 <link doc="reference.xml" id="querystring"><literal>Query String</literal></link>
31 module.
32 </para>
33 </listitem>
34
35 <listitem>
36 <para>
37 Feature:
38 improved
39 <link doc="reference.xml" id="fs_mkdirsync"><literal>fs.mkdir()</literal></link>
40 to support recursive directory creation.
41 Thanks to Artem S. Povalyukhin.
42 </para>
43 </listitem>
44
45 <listitem>
46 <para>
47 Feature:
48 improved
49 <link doc="reference.xml" id="fs_rmdirsync"><literal>fs.rmdir()</literal></link>
50 to support recursive directory removal.
51 Thanks to Artem S. Povalyukhin.
52 </para>
53 </listitem>
54
55 <listitem>
56 <para>
57 Feature:
58 introduced UTF-8 decoder according to
59 <link url="https://encoding.spec.whatwg.org/">WHATWG</link> encoding spec.
60 </para>
61 </listitem>
62
63 <listitem>
64 <para>
65 Feature:
66 added TextEncoder/TextDecoder implementation.
67 </para>
68 </listitem>
69
70 <listitem>
71 <para>
72 Bugfix:
73 fixed parsing return statement without semicolon.
74 </para>
75 </listitem>
76
77 <listitem>
78 <para>
79 Bugfix:
80 fixed <literal>njs_number_to_int32()</literal> for big-endian platforms.
81 </para>
82 </listitem>
83
84 <listitem>
85 <para>
86 Bugfix:
87 fixed unit test on big-endian platforms.
88 </para>
89 </listitem>
90
91 <listitem>
92 <para>
93 Bugfix:
94 fixed regexp-literals parsing with “<literal>=</literal>” characters.
95 </para>
96 </listitem>
97
98 <listitem>
99 <para>
100 Bugfix:
101 fixed pre/post increment/decrement in assignment operations.
102 </para>
103 </listitem>
104
105 </list>
106 </para>
107
108 </section>
109
14 110
15 <section id="njs0.4.2" name="Changes with njs 0.4.2"> 111 <section id="njs0.4.2" name="Changes with njs 0.4.2">
16 112
17 <para> 113 <para>
18 Release Date: 114 Release Date: