comparison xml/en/docs/njs/changes.xml @ 3023:00c220310f53

njs-0.8.2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Oct 2023 17:13:13 +0100
parents 3a85326ed38c
children e6b785b7e308
comparison
equal deleted inserted replaced
3022:f14c61d6abad 3023:00c220310f53
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="65" 12 rev="66"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.8.2" name="Changes with njs 0.8.2">
16
17 <para>
18 Release Date:
19 24 October 2023
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 introduced
30 <link doc="reference.xml" id="console">console</link> object.
31 The following methods were introduced:
32 <link doc="reference.xml" id="console_error"><literal>error()</literal></link>,
33 <link doc="reference.xml" id="console_info"><literal>info()</literal></link>,
34 <link doc="reference.xml" id="console_log"><literal>log()</literal></link>,
35 <link doc="reference.xml" id="console_time"><literal>time()</literal></link>,
36 <link doc="reference.xml" id="console_time_end"><literal>timeEnd()</literal></link>,
37 <link doc="reference.xml" id="console_warn"><literal>warn()</literal></link>.
38 </para>
39 </listitem>
40
41 <listitem>
42 <para>
43 Bugfix:
44 fixed
45 <literal>HEAD</literal> response handling with large Content-Length in
46 <link doc="reference.xml" id="ngx_fetch">Fetch API</link>.
47 </para>
48 </listitem>
49
50 <listitem>
51 <para>
52 Bugfix:
53 fixed
54 <link doc="reference.xml" id="dict_items"><literal>items()</literal></link>
55 method for a shared dictionary.
56 </para>
57 </listitem>
58
59 <listitem>
60 <para>
61 Bugfix:
62 fixed
63 <link doc="reference.xml" id="dict_delete"><literal>delete()</literal></link>
64 method for a shared dictionary.
65 </para>
66 </listitem>
67
68 </list>
69 </para>
70
71 <para>
72 Core:
73 <list type="bullet">
74
75 <listitem>
76 <para>
77 Feature:
78 extended
79 <link doc="reference.xml" id="njs_api_fs"><literal>fs</literal></link> module.
80 Added
81 <link doc="reference.xml" id="fs_existssync"><literal>fs.existsSync()</literal></link>.
82 </para>
83 </listitem>
84
85 <listitem>
86 <para>
87 Bugfix:
88 fixed
89 <link doc="reference.xml" id="xml"><literal>xml</literal></link> module.
90 Broken XML exception handling in
91 <link doc="reference.xml" id="xml_parse"><literal>xml.parse()</literal></link>
92 method was fixed.
93 </para>
94 </listitem>
95
96 <listitem>
97 <para>
98 Bugfix:
99 fixed
100 <literal>Regexp.prototype.exec()</literal> with global regexp and Unicode input.
101 </para>
102 </listitem>
103
104 </list>
105 </para>
106
107 </section>
108
14 109
15 <section id="njs0.8.1" name="Changes with njs 0.8.1"> 110 <section id="njs0.8.1" name="Changes with njs 0.8.1">
16 111
17 <para> 112 <para>
18 Release Date: 113 Release Date: