# HG changeset patch # User Yaroslav Zhuravlev # Date 1540910793 -10800 # Node ID b001d6903fc183529246078c327b91f0d1a883a2 # Parent 1bec6f727a849af9336ad1cd139d257234c2779b njs-0.2.5 diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -9,9 +9,148 @@
+
+ + +Release Date: +30 October 2018 + + + +nginx modules: + + + + +Bugfix: +fixed counting pending events in stream module. + + + + + +Bugfix: +fixed s.off() in stream module. + + + + + +Bugfix: +fixed processing of data chunks in js_filter in stream module. + + + + + +Bugfix: +fixed http status and +contentType getter in http module. + + + + + +Bugfix: +fixed http response and parent getters in http module. + + + + + + + +Core: + + + + +Feature: +arguments object support. + + + + + +Feature: +non-integer fractions support. + + + + + +Improvement: +handling non-array values in Array.prototype.slice(). + + + + + +Bugfix: +fixed Array.prototype.length setter + + + + + +Bugfix: +fixed njs_array_alloc() for length > 2**31. + + + + + +Bugfix: +handling int overflow in njs_array_alloc() on 32bit archs. + + + + + +Bugfix: +fixed code size mismatch error message. + + + + + +Bugfix: +fixed delete operator in a loop. + + + + + +Bugfix: +fixed Object.getOwnPropertyDescriptor() for complex object +(inherited from Array and string values). + + + + + +Bugfix: +fixed Object.prototype.hasOwnProperty() +for non-object properties + + + + + +Bugfix: +miscellaneous additional bugs have been fixed. + + + + + + +
+ +
diff --git a/xml/en/docs/njs/compatibility.xml b/xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml +++ b/xml/en/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -157,6 +157,10 @@ ES5.1 JSON object +ES5.1 arguments object (0.2.5) + + + ES5.1 global functions: isFinite, isNaN, parseFloat, parseInt, @@ -213,10 +217,6 @@ labels -arguments array - - - eval function @@ -229,10 +229,6 @@ labels setImmediate functions - -non-integer fractions (.235) - - diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,6 +7,15 @@ + + +njs-0.2.5 +version has been released, featuring +arguments object +and more. + + + unit-1.5 diff --git a/xml/ru/docs/njs/compatibility.xml b/xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml +++ b/xml/ru/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -157,6 +157,10 @@ ES5.1 объект JSON +ES5.1 объект arguments (0.2.5) + + + ES5.1 глобальные функции: isFinite, isNaN, parseFloat, parseInt, @@ -213,10 +217,6 @@ labels -массив arguments - - - функция eval @@ -229,10 +229,6 @@ labels setImmediate - -дроби без целой части (.235) - -