comparison xml/en/docs/njs/changes.xml @ 2741:4fb1aaad4182

njs-0.6.0.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 16 Jun 2021 13:50:54 +0100
parents ff357b676c2e
children ff50063d9837
comparison
equal deleted inserted replaced
2740:c3303f98a246 2741:4fb1aaad4182
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="42" 12 rev="43"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.6.0" name="Changes with njs 0.6.0">
16
17 <para>
18 Release Date:
19 15 June 2021
20 </para>
21
22 <para>
23 Core:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added
30 <literal>let</literal> and
31 <literal>const</literal> declaration support.
32 </para>
33 </listitem>
34
35 <listitem>
36 <para>
37 Feature:
38 added <literal>RegExp.prototype[Symbol.split]</literal>.
39 </para>
40 </listitem>
41
42 <listitem>
43 <para>
44 Feature:
45 added sticky flag support for RegExp.
46 </para>
47 </listitem>
48
49 <listitem>
50 <para>
51 Bugfix:
52 fixed heap-buffer-overflow in
53 <literal>String.prototype.lastIndexOf()</literal>.
54 </para>
55 </listitem>
56
57 <listitem>
58 <para>
59 Bugfix:
60 fixed
61 <literal>RegExp.prototype.test()</literal>
62 according to the specification.
63 </para>
64 </listitem>
65
66 <listitem>
67 <para>
68 Bugfix:
69 fixed
70 <literal>String.prototype.split()</literal>
71 according to the specification.
72 </para>
73 </listitem>
74
75 <listitem>
76 <para>
77 Bugfix:
78 fixed use-of-uninitialized-value while tracking rejected promises.
79 </para>
80 </listitem>
81
82 <listitem>
83 <para>
84 Bugfix:
85 fixed <literal>njs.dump()</literal> for objects with circular references.
86 </para>
87 </listitem>
88
89 </list>
90 </para>
91
92 </section>
93
14 94
15 <section id="njs0.5.3" name="Changes with njs 0.5.3"> 95 <section id="njs0.5.3" name="Changes with njs 0.5.3">
16 96
17 <para> 97 <para>
18 Release Date: 98 Release Date: