comparison xml/en/docs/njs/changes.xml @ 2386:3e31ef06a7e3

Updated layout of njs 0.3.1 changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 21 May 2019 18:03:46 +0300
parents 5209dfad8fc9
children 2df75fb79ca7
comparison
equal deleted inserted replaced
2385:e58281e2a93f 2386:3e31ef06a7e3
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="17" 12 rev="18"
13 toc="no"> 13 toc="no">
14 14
15 <section id="njs0.3.1" name="Changes with 0.3.1"> 15 <section id="njs0.3.1" name="Changes with 0.3.1">
16 16
17 <para> 17 <para>
32 </listitem> 32 </listitem>
33 33
34 <listitem> 34 <listitem>
35 <para> 35 <para>
36 Feature: 36 Feature:
37 added Object.getOwnPropertyNames(). 37 added <literal>Object.getOwnPropertyNames()</literal>.
38 Thanks to Artem S. Povalyukhin. 38 Thanks to Artem S. Povalyukhin.
39 </para> 39 </para>
40 </listitem> 40 </listitem>
41 41
42 <listitem> 42 <listitem>
43 <para> 43 <para>
44 Feature: 44 Feature:
45 added Object.getOwnPropertyDescriptors(). 45 added <literal>Object.getOwnPropertyDescriptors()</literal>.
46 Thanks to Artem S. Povalyukhin. 46 Thanks to Artem S. Povalyukhin.
47 </para> 47 </para>
48 </listitem> 48 </listitem>
49 49
50 <listitem> 50 <listitem>
51 <para> 51 <para>
52 Feature: 52 Feature:
53 making __proto__ accessor descriptor of Object instances 53 making <literal>__proto__</literal> accessor descriptor
54 mutable. 54 of <literal>Object</literal> instances mutable.
55 </para> 55 </para>
56 </listitem> 56 </listitem>
57 57
58 <listitem> 58 <listitem>
59 <para> 59 <para>
63 </listitem> 63 </listitem>
64 64
65 <listitem> 65 <listitem>
66 <para> 66 <para>
67 Feature: 67 Feature:
68 added support for module mode execution in CLI. In module 68 added support for module mode execution in CLI.
69 mode global this is unavailable. 69 In module mode global, this is unavailable.
70 </para> 70 </para>
71 </listitem> 71 </listitem>
72 72
73 <listitem> 73 <listitem>
74 <para> 74 <para>
78 </listitem> 78 </listitem>
79 79
80 <listitem> 80 <listitem>
81 <para> 81 <para>
82 Bugfix: 82 Bugfix:
83 fixed Function.prototype.bind(). 83 fixed <literal>Function.prototype.bind()</literal>.
84 Thanks to 洪志道 (Hong Zhi Dao). 84 Thanks to 洪志道 (Hong Zhi Dao).
85 </para> 85 </para>
86 </listitem> 86 </listitem>
87 87
88 <listitem> 88 <listitem>
111 </listitem> 111 </listitem>
112 112
113 <listitem> 113 <listitem>
114 <para> 114 <para>
115 Improvement: 115 Improvement:
116 console.log() improved for outputting large values. 116 large-value output improved in <literal>console.log()</literal>.
117 </para> 117 </para>
118 </listitem> 118 </listitem>
119 119
120 <listitem> 120 <listitem>
121 <para> 121 <para>
122 Improvement: 122 Improvement:
123 console.log() improved for outputting strings in a 123 string output improved in <literal>console.log()</literal>
124 compliant way (without escaping and quotes). 124 in a compliant way (without escaping and quotes).
125 </para> 125 </para>
126 </listitem> 126 </listitem>
127 127
128 <listitem> 128 <listitem>
129 <para> 129 <para>
130 Improvement: 130 Improvement:
131 using ES6 version of ToInt32(), ToUint32(), ToLength(). 131 using ES6 version of
132 <literal>ToInt32()</literal>,
133 <literal>ToUint32()</literal>,
134 <literal>ToLength()</literal>.
132 </para> 135 </para>
133 </listitem> 136 </listitem>
134 137
135 </list> 138 </list>
136 </para> 139 </para>