# HG changeset patch # User Yaroslav Zhuravlev # Date 1551193901 -10800 # Node ID 5eba0f7b24a9b724f3a3bce060409971d7f5f8a7 # Parent 2efd714bb10ac35920f31c9b2972000ca8052cb9 njs-0.2.8 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,178 @@
+
+ + +Release Date: +26 February 2019 + + + +nginx modules: + + + + +Change: +properties of HTTP request deprecated in 0.2.2 +are removed. + + + + + +Feature: +added support for delete operation in +r.headersOut{}. + + + + + +Feature: +added support for setting nginx variables. + + + + + +Bugfix: +fixed +r.subrequest() +for empty body value. + + + + + +Improvement: +setting special response headers in +r.headersOut{}. + + + + + + + +Core: + + + + +Feature: +added labels support. + + + + + +Feature: +added setImmediate() method. + + + + + +Feature: +added support for shorthand property names for Object literals. + + + + + +Bugfix: +fixed Function.prototype.bind(). + + + + + +Bugfix: +fixed parsing of string literals containing newline characters. + + + + + +Bugfix: +fixed line number in reporting variable reference errors. + + + + + +Bugfix: +fixed creation of long UTF8 strings. + + + + + +Bugfix: +fixed +setting special response headers in +String.prototype.split() +for Unicode strings. + + + + + +Bugfix: +fixed heap-buffer-overflow in +String.prototype.split(). + + + + + +Bugfix: +fixed Array.prototype.fill(). +Thanks to Artem S. Povalyukhin. + + + + + +Improvement: +code related to function invocation is refactored. +Thanks to 洪志道 (Hong Zhi Dao). + + + + + +Improvement: +code related to variables is refactored. +Thanks to 洪志道 (Hong Zhi Dao). + + + + + +Improvement: parser is refactored. +Thanks to 洪志道 (Hong Zhi Dao). + + + + + +Improvement: +reporting filenames in exceptions. + + + + + + +
+ +
diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="20">
@@ -59,7 +59,7 @@ or headersIn['Foo'] -r.headersOut{} +r.headersOut{} outgoing headers object, writable. diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,6 +7,14 @@ + + +njs-0.2.8 +version has been released, featuring support for setting nginx variables +and more. + + + unit-1.7.1