comparison xml/en/docs/njs/njs_changes.xml @ 2148:94a598ee1d49

Minor corrections in "njs About" and "njs Changes".
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 06 Apr 2018 20:17:57 +0300
parents 302fbdd94a04
children 65fc7e90b849
comparison
equal deleted inserted replaced
2147:dc51409fee0c 2148:94a598ee1d49
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="njs Changes" 9 <article name="njs Changes"
10 link="/en/docs/njs/njs_changes.html" 10 link="/en/docs/njs/njs_changes.html"
11 lang="en" 11 lang="en"
12 rev="1" 12 rev="2"
13 toc="no"> 13 toc="no">
14 14
15 <section id="njs0.2.0" name="Changes with 0.2.0"> 15 <section id="njs0.2.0" name="Changes with 0.2.0">
16 16
17 <para> 17 <para>
37 </listitem> 37 </listitem>
38 38
39 <listitem> 39 <listitem>
40 Feature: 40 Feature:
41 <literal>setTimeout()</literal> and 41 <literal>setTimeout()</literal> and
42 <literal>clearTimeout() </literal> methods. 42 <literal>clearTimeout()</literal> methods.
43 </listitem> 43 </listitem>
44 44
45 <listitem> 45 <listitem>
46 <para> 46 <para>
47 Feature: 47 Feature:
128 </listitem> 128 </listitem>
129 129
130 <listitem> 130 <listitem>
131 <para> 131 <para>
132 Feature: 132 Feature:
133 File system access 133 <link url="https://nodejs.org/api/fs.html#fs_file_system">Node.js style</link>
134 (<link url="https://nodejs.org/api/fs.html#fs_file_system">Node.js style</link>) 134 <literal>File system</literal> access methods:
135 <literal>fs.readFile()</literal>, 135 <literal>fs.readFile()</literal>,
136 <literal>fs.readFileSync()</literal>, 136 <literal>fs.readFileSync()</literal>,
137 <literal>fs.appendFile()</literal>, 137 <literal>fs.appendFile()</literal>,
138 <literal>fs.appendFileSync()</literal>, 138 <literal>fs.appendFileSync()</literal>,
139 <literal>fs.writeFile()</literal>, 139 <literal>fs.writeFile()</literal>,
140 <literal>fs.writeFileSync()</literal> 140 <literal>fs.writeFileSync()</literal>.
141 methods.
142 </para> 141 </para>
143 </listitem> 142 </listitem>
144 143
145 <listitem> 144 <listitem>
146 <para> 145 <para>
344 </listitem> 343 </listitem>
345 344
346 <listitem> 345 <listitem>
347 <para> 346 <para>
348 Feature: 347 Feature:
349 scientific notation literals support. 348 scientific notation (<literal>3.35e10</literal>) literals support.
350 </para> 349 </para>
351 </listitem> 350 </listitem>
352 351
353 <listitem> 352 <listitem>
354 <para> 353 <para>
355 Feature: 354 Feature:
356 hexadecimal literals support. 355 hexadecimal (<literal>0x1123</literal>) literals support.
357 </para> 356 </para>
358 </listitem> 357 </listitem>
359 358
360 <listitem> 359 <listitem>
361 <para> 360 <para>
430 <list type="bullet"> 429 <list type="bullet">
431 430
432 <listitem> 431 <listitem>
433 <para> 432 <para>
434 Bugfix: 433 Bugfix:
435 global variables were not initialized when nJScript was used 434 global variables were not initialized when njs was used
436 in nginx. 435 in nginx.
437 </para> 436 </para>
438 </listitem> 437 </listitem>
439 438
440 </list> 439 </list>