comparison xml/en/docs/njs/changes.xml @ 2547:baf8cbfa3df1

njs-0.4.1.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 May 2020 15:05:49 +0100
parents 140a8a9f1dac
children ca1ccafab5ef
comparison
equal deleted inserted replaced
2546:6093e9f3615e 2547:baf8cbfa3df1
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="31" 12 rev="32"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.4.1" name="Changes with njs 0.4.1">
16
17 <para>
18 Release Date:
19 19 May 2020
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added support for multi-value headers in
30 <link doc="reference.xml" id="r_headers_in"><literal>r.headersIn{}</literal></link>.
31 </para>
32 </listitem>
33
34 <listitem>
35 <para>
36 Feature:
37 introduced <literal>raw headers</literal> API:
38 <link doc="reference.xml" id="r_raw_headers_in"><literal>r.rawHeadersIn{}</literal></link>
39 and
40 <link doc="reference.xml" id="r_raw_headers_out"><literal>r.rawHeadersOut{}</literal></link>.
41 </para>
42 </listitem>
43
44 <listitem>
45 <para>
46 Feature:
47 added <link doc="typescript.xml">TypeScript</link> API description.
48 </para>
49 </listitem>
50
51 </list>
52 </para>
53
54 <para>
55 Core:
56 <list type="bullet">
57
58 <listitem>
59 <para>
60 Bugfix:
61 fixed <literal>Array.prototype.slice()</literal> for sparse arrays.
62 </para>
63 </listitem>
64
65 </list>
66 </para>
67
68 </section>
69
14 70
15 <section id="njs0.4.0" name="Changes with njs 0.4.0"> 71 <section id="njs0.4.0" name="Changes with njs 0.4.0">
16 72
17 <para> 73 <para>
18 Release Date: 74 Release Date: