comparison xml/en/docs/njs/changes.xml @ 2762:37edee5922d4

njs-0.6.2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 31 Aug 2021 16:32:58 +0100
parents 7efff3509d6e
children 64d030947d40
comparison
equal deleted inserted replaced
2761:137bb01e7a3b 2762:37edee5922d4
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="45" 12 rev="46"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.6.2" name="Changes with njs 0.6.2">
16
17 <para>
18 Release Date:
19 31 August 2021
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Bugfix:
29 fixed CPU hog when
30 <literal>js_filter</literal> is registered in both directions.
31 </para>
32 </listitem>
33
34 </list>
35 </para>
36
37 <para>
38 Core:
39 <list type="bullet">
40
41 <listitem>
42 <para>
43 Feature:
44 introduced <literal>AggregateError</literal> implementation.
45 </para>
46 </listitem>
47
48 <listitem>
49 <para>
50 Feature:
51 added remaining <literal>Promise</literal> constructor methods.
52 The following methods were added:
53 <literal>Promise.all()</literal> ,
54 <literal>Promise.allSettled()</literal> ,
55 <literal>Promise.any()</literal> ,
56 <literal>Promise.race()</literal> .
57 </para>
58 </listitem>
59
60 <listitem>
61 <para>
62 Improvement:
63 removed recursion from code generator.
64 </para>
65 </listitem>
66
67 <listitem>
68 <para>
69 Bugfix:
70 fixed rest parameter parsing without binding identifier.
71 </para>
72 </listitem>
73
74 <listitem>
75 <para>
76 Bugfix:
77 fixed resolve/reject callback for
78 <literal> Promise.prototype.finally()</literal> .
79 </para>
80 </listitem>
81
82 <listitem>
83 <para>
84 Bugfix:
85 fixed <literal> %TypedArray%.prototype.join()</literal>
86 with detached buffer.
87 </para>
88 </listitem>
89
90 <listitem>
91 <para>
92 Bugfix:
93 fixed memory leak in interactive shell.
94 </para>
95 </listitem>
96 </list>
97
98 </para>
99
100 </section>
101
14 102
15 <section id="njs0.6.1" name="Changes with njs 0.6.1"> 103 <section id="njs0.6.1" name="Changes with njs 0.6.1">
16 104
17 <para> 105 <para>
18 Release Date: 106 Release Date: