# HG changeset patch # User Yaroslav Zhuravlev # Date 1561483230 -10800 # Node ID eab3badef441fbbc9875719448d4a505ae66f455 # Parent 2c92888a3035450ee97b4c2122ebe8a2ebdfdf99 njs-0.3.3 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,206 @@
+
+ + +Release Date: +25 June 2019 + + + +nginx modules: + + + + +Improvement: +getting of special response headers in +r.headersOut{}. + + + + + +Improvement: +working with unknown methods in +r.subrequest(). + + + + + +Improvement: +added support for null as a second argument of +r.subrequest(). + + + + + +Bugfix: +fixed processing empty output chain in stream body filter. + + + + + + + +Core: + + + + +Feature: +added runtime support for property getter/setter. +Thanks to 洪志道 (Hong Zhi Dao) and Artem S. Povalyukhin. + + + + + +Feature: +added “process” global object. + + + + + +Feature: +writable most of built-in properties and methods. + + + + + +Feature: +added generic implementation of +Array.prototype.fill(). + + + + + +Bugfix: +fixed integer-overflow in +String.prototype.concat(). + + + + + +Bugfix: +fixed setting of object properties. + + + + + +Bugfix: +fixed +Array.prototype.toString(). + + + + + +Bugfix: +fixed +Date.prototype.toJSON(). + + + + + +Bugfix: +fixed overwriting “constructor” property of built-in prototypes. + + + + + +Bugfix: +fixed processing of invalid surrogate pairs in strings. + + + + + +Bugfix: +fixed processing of invalid surrogate pairs in JSON strings. + + + + + +Bugfix: +fixed heap-buffer-overflow in +toUpperCase() +and +toLowerCase(). + + + + + +Bugfix: +fixed escaping lone closing square brackets in +RegExp() constructor. + + + + + + + +Bugfix: +fixed handling zero byte characters inside RegExp pattern strings. + + + + + +Bugfix: +fixed +String.prototype.toBytes() +for ASCII strings. + + + + + +Bugfix: +fixed truth value of JSON numbers in +JSON.parse(). + + + + + +Bugfix: +fixed use-of-uninitialized-value in +njs_string_replace_join(). + + + + + +Bugfix: +fixed parseInt('-0'). +Thanks to Artem S. Povalyukhin. + + + + + + +
+ +
diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -14,6 +14,14 @@ mainline version has been released. + + +njs-0.3.3 +version has been released, featuring “process” global object +and more. + + + unit-1.9.0