comparison xml/en/docs/njs/changes.xml @ 2264:b001d6903fc1

njs-0.2.5
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Oct 2018 17:46:33 +0300
parents a314f4aeb199
children e58e7b2eff51
comparison
equal deleted inserted replaced
2263:1bec6f727a84 2264:b001d6903fc1
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="9" 12 rev="10"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.2.5" name="Changes with 0.2.5">
16
17 <para>
18 Release Date:
19 30 October 2018
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Bugfix:
29 fixed counting pending events in stream module.
30 </para>
31 </listitem>
32
33 <listitem>
34 <para>
35 Bugfix:
36 fixed <literal>s.off()</literal> in stream module.
37 </para>
38 </listitem>
39
40 <listitem>
41 <para>
42 Bugfix:
43 fixed processing of data chunks in <literal>js_filter</literal> in stream module.
44 </para>
45 </listitem>
46
47 <listitem>
48 <para>
49 Bugfix:
50 fixed http <literal>status</literal> and
51 <literal>contentType</literal> getter in http module.
52 </para>
53 </listitem>
54
55 <listitem>
56 <para>
57 Bugfix:
58 fixed http response and parent getters in http module.
59 </para>
60 </listitem>
61
62 </list>
63 </para>
64
65 <para>
66 Core:
67 <list type="bullet">
68
69 <listitem>
70 <para>
71 Feature:
72 arguments object support.
73 </para>
74 </listitem>
75
76 <listitem>
77 <para>
78 Feature:
79 non-integer fractions support.
80 </para>
81 </listitem>
82
83 <listitem>
84 <para>
85 Improvement:
86 handling non-array values in <literal>Array.prototype.slice()</literal>.
87 </para>
88 </listitem>
89
90 <listitem>
91 <para>
92 Bugfix:
93 fixed <literal>Array.prototype.length</literal> setter
94 </para>
95 </listitem>
96
97 <listitem>
98 <para>
99 Bugfix:
100 fixed <literal>njs_array_alloc()</literal> for length > 2**31.
101 </para>
102 </listitem>
103
104 <listitem>
105 <para>
106 Bugfix:
107 handling int overflow in <literal>njs_array_alloc()</literal> on 32bit archs.
108 </para>
109 </listitem>
110
111 <listitem>
112 <para>
113 Bugfix:
114 fixed code size mismatch error message.
115 </para>
116 </listitem>
117
118 <listitem>
119 <para>
120 Bugfix:
121 fixed delete operator in a loop.
122 </para>
123 </listitem>
124
125 <listitem>
126 <para>
127 Bugfix:
128 fixed <literal>Object.getOwnPropertyDescriptor()</literal> for complex object
129 (inherited from <literal>Array</literal> and <literal>string</literal> values).
130 </para>
131 </listitem>
132
133 <listitem>
134 <para>
135 Bugfix:
136 fixed <literal>Object.prototype.hasOwnProperty()</literal>
137 for non-object properties
138 </para>
139 </listitem>
140
141 <listitem>
142 <para>
143 Bugfix:
144 miscellaneous additional bugs have been fixed.
145 </para>
146 </listitem>
147
148 </list>
149 </para>
150
151 </section>
152
14 153
15 <section id="njs0.2.4" name="Changes with 0.2.4"> 154 <section id="njs0.2.4" name="Changes with 0.2.4">
16 155
17 <para> 156 <para>
18 Release Date: 157 Release Date: