comparison xml/en/docs/njs/changes.xml @ 2312:1a6524706c70

njs-0.2.7
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Dec 2018 15:37:47 +0300
parents e58e7b2eff51
children ae56e4613280
comparison
equal deleted inserted replaced
2311:6ca49554d5fe 2312:1a6524706c70
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="11" 12 rev="12"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.2.7" name="Changes with 0.2.7">
16
17 <para>
18 Release Date:
19 25 December 2018
20 </para>
21
22 <para>
23 Core:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 rest parameters syntax (destructuring is not supported).
30 Thanks to Alexander Pyshchev.
31 </para>
32 </listitem>
33
34 <listitem>
35 <para>
36 Feature:
37 added
38 <link doc="reference.xml" id="object_entries"><literal>Object.entries()</literal></link>
39 method.
40 </para>
41 </listitem>
42
43 <listitem>
44 <para>
45 Feature:
46 added
47 <link doc="reference.xml" id="object_values"><literal>Object.values()</literal></link>
48 method.
49 </para>
50 </listitem>
51
52 <listitem>
53 <para>
54 Improvement:
55 code generator refactored and simplified.
56 </para>
57 </listitem>
58
59 <listitem>
60 <para>
61 Bugfix:
62 fixed automatic semicolon insertion.
63 </para>
64 </listitem>
65
66 <listitem>
67 <para>
68 Bugfix:
69 fixed assignment expression from compound assignment.
70 </para>
71 </listitem>
72
73 <listitem>
74 <para>
75 Bugfix:
76 fixed comparison of Byte and UTF8 strings.
77 </para>
78 </listitem>
79
80 <listitem>
81 <para>
82 Bugfix:
83 fixed type of iteration variable in for-in with array values.
84 </para>
85 </listitem>
86
87 <listitem>
88 <para>
89 Bugfix:
90 fixed building on paltforms without librt.
91 </para>
92 </listitem>
93
94 <listitem>
95 <para>
96 Bugfix:
97 miscellaneous additional bugs have been fixed.
98 </para>
99 </listitem>
100
101 </list>
102 </para>
103
104 </section>
105
14 106
15 <section id="njs0.2.6" name="Changes with 0.2.6"> 107 <section id="njs0.2.6" name="Changes with 0.2.6">
16 108
17 <para> 109 <para>
18 Release Date: 110 Release Date: