comparison xml/en/docs/njs/changes.xml @ 2839:eeac73766df4

njs-0.7.3.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 11 Apr 2022 22:44:06 +0100
parents 419b081fd2fa
children d9ef72e0217f
comparison
equal deleted inserted replaced
2838:2a4bd6782451 2839:eeac73766df4
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="49" 12 rev="50"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.7.3" name="Changes with njs 0.7.3">
16
17 <para>
18 Release Date:
19 12 April 2022
20 </para>
21
22 <para>
23 Core:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added support of module resolution callback.
30 This feature allows the host environment to control
31 how imported modules are loaded.
32 </para>
33 </listitem>
34
35 <listitem>
36 <para>
37 Bugfix:
38 fixed backtraces while traversing imported user modules.
39 </para>
40 </listitem>
41
42 <listitem>
43 <para>
44 Bugfix:
45 fixed
46 <literal>Array.prototype.concat()</literal>
47 when <literal>this</literal> is a slow array.
48 </para>
49 </listitem>
50
51 <listitem>
52 <para>
53 Bugfix:
54 fixed frame allocation from an awaited frame.
55 </para>
56 </listitem>
57
58 <listitem>
59 <para>
60 Bugfix:
61 fixed allocation of large array literals.
62 </para>
63 </listitem>
64
65 <listitem>
66 <para>
67 Bugfix:
68 fixed interpreter when <literal>toString</literal> conversion fails.
69 </para>
70 </listitem>
71
72 </list>
73 </para>
74
75 </section>
76
14 77
15 <section id="njs0.7.2" name="Changes with njs 0.7.2"> 78 <section id="njs0.7.2" name="Changes with njs 0.7.2">
16 79
17 <para> 80 <para>
18 Release Date: 81 Release Date: