comparison xml/en/docs/njs/changes.xml @ 2674:e87c0ffc3492

njs-0.5.2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Mar 2021 16:27:27 +0000
parents 6e5ef4a0707f
children 740531f9cc3e
comparison
equal deleted inserted replaced
2673:4398fd0f0341 2674:e87c0ffc3492
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="40" 12 rev="41"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.5.2" name="Changes with njs 0.5.2">
16
17 <para>
18 Release Date:
19 09 March 2021
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added the
30 <link doc="../http/ngx_http_js_module.xml" id="js_body_filter"><literal>js_body_filter</literal></link>
31 directive.
32 </para>
33 </listitem>
34
35 <listitem>
36 <para>
37 Feature:
38 introduced the
39 <link doc="reference.xml" id="s_status"><literal>s.status</literal></link>
40 property for
41 <link doc="reference.xml" id="stream">Stream Session</link>
42 object.
43 </para>
44 </listitem>
45
46 <listitem>
47 <para>
48 Feature:
49 added
50 <link doc="reference.xml" id="njs_on"><literal>njs.on</literal></link>
51 (<literal>exit</literal>) callback support.
52 </para>
53 </listitem>
54
55 <listitem>
56 <para>
57 Bugfix:
58 fixed property descriptor reuse for not extensible objects.
59 Thanks to Artem S. Povalyukhin.
60 </para>
61 </listitem>
62
63 <listitem>
64 <para>
65 Bugfix:
66 fixed <literal>Object.freeze()</literal> and friends
67 according to the specification.
68 Thanks to Artem S. Povalyukhin.
69 </para>
70 </listitem>
71
72 <listitem>
73 <para>
74 Bugfix:
75 fixed <literal>Function()</literal> in CLI mode.
76 </para>
77 </listitem>
78
79 <listitem>
80 <para>
81 Bugfix:
82 fixed for-in iteration of typed array values.
83 Thanks to Artem S. Povalyukhin.
84 </para>
85 </listitem>
86
87 </list>
88 </para>
89
90 </section>
91
14 92
15 <section id="njs0.5.1" name="Changes with njs 0.5.1"> 93 <section id="njs0.5.1" name="Changes with njs 0.5.1">
16 94
17 <para> 95 <para>
18 Release Date: 96 Release Date: