comparison xml/en/docs/njs/changes.xml @ 2953:b9ba7c498d95

njs-0.7.12.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Apr 2023 18:26:21 +0100
parents 48a673f43844
children 1f672755959a
comparison
equal deleted inserted replaced
2952:4939c98e2f25 2953:b9ba7c498d95
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="59" 12 rev="60"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.7.12" name="Changes with njs 0.7.12">
16
17 <para>
18 Release Date:
19 10 April 2023
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Bugfix:
29 fixed <literal>Headers()</literal> constructor in
30 <link doc="reference.xml" id="ngx_fetch">Fetch API</link>.
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 added
45 <link doc="reference.xml" id="crypto_hash_copy"><literal>Hash.copy()</literal></link>
46 method in
47 <link doc="reference.xml" id="crypto">crypto</link> module.
48 </para>
49 </listitem>
50
51 <listitem>
52 <para>
53 Feature:
54 added
55 <link doc="reference.xml" id="zlib">zlib</link>
56 module.
57 </para>
58 </listitem>
59
60 <listitem>
61 <para>
62 Improvement:
63 added support for
64 <literal>export {name as default}</literal> statement.
65 </para>
66 </listitem>
67
68 <listitem>
69 <para>
70 Bugfix:
71 fixed <literal>Number</literal> constructor according to the spec.
72 </para>
73 </listitem>
74
75 </list>
76 </para>
77
78 </section>
79
14 80
15 <section id="njs0.7.11" name="Changes with njs 0.7.11"> 81 <section id="njs0.7.11" name="Changes with njs 0.7.11">
16 82
17 <para> 83 <para>
18 Release Date: 84 Release Date: