comparison xml/en/docs/njs/changes.xml @ 2830:419b081fd2fa

njs-0.7.2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Jan 2022 15:38:14 +0000
parents d84856836c20
children eeac73766df4
comparison
equal deleted inserted replaced
2829:1ecf0e0526da 2830:419b081fd2fa
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="48" 12 rev="49"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.7.2" name="Changes with njs 0.7.2">
16
17 <para>
18 Release Date:
19 25 January 2022
20 </para>
21
22 <para>
23 Core:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Bugfix:
29 fixed
30 <literal>Array.prototype.join()</literal>
31 when array is changed while iterating.
32 </para>
33 </listitem>
34
35 <listitem>
36 <para>
37 Bugfix:
38 fixed
39 <literal>Array.prototype.slice()</literal>
40 when array is changed while iterating.
41 </para>
42 </listitem>
43
44 <listitem>
45 <para>
46 Bugfix:
47 fixed
48 <literal>Array.prototype.concat()</literal>
49 when array is changed while iterating.
50 </para>
51 </listitem>
52
53 <listitem>
54 <para>
55 Bugfix:
56 fixed
57 <literal>Array.prototype.reverse()</literal>
58 when array is changed while iterating.
59 </para>
60 </listitem>
61
62 <listitem>
63 <para>
64 Bugfix:
65 fixed
66 <literal>Buffer.concat()</literal>
67 with subarrays.
68 Thanks to Sylvain Etienne.
69 </para>
70 </listitem>
71
72 <listitem>
73 <para>
74 Bugfix:
75 fixed
76 type confusion bug while resolving promises.
77 </para>
78 </listitem>
79
80 <listitem>
81 <para>
82 Bugfix:
83 fixed
84 <literal>Function.prototype.apply()</literal>
85 with large array arguments.
86 </para>
87 </listitem>
88
89 <listitem>
90 <para>
91 Bugfix:
92 fixed recursive <literal>async</literal> function calls.
93 </para>
94 </listitem>
95
96 <listitem>
97 <para>
98 Bugfix:
99 fixed function redeclaration.
100 The bug was introduced in
101 <link id="njs0.7.0">0.7.0</link>.
102 </para>
103 </listitem>
104
105 </list>
106 </para>
107
108 </section>
109
14 110
15 <section id="njs0.7.1" name="Changes with njs 0.7.1"> 111 <section id="njs0.7.1" name="Changes with njs 0.7.1">
16 112
17 <para> 113 <para>
18 Release Date: 114 Release Date: