]> git.kaiwu.me - njs.git/commitdiff
Version 0.2.8. 0.2.8
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 26 Feb 2019 13:36:29 +0000 (16:36 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 26 Feb 2019 13:36:29 +0000 (16:36 +0300)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2d40d5402d224f1c9cef4ace0dfeb7854d12826e..1cff7f79d8ffe67e5b0db451bbbc111a845b1d6e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,55 @@
 
+Changes with njs 0.2.8                                           26 Feb 2019
+
+    nginx modules:
+
+    *) Change: properties of HTTP request deprecarted 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 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.
+
 Changes with njs 0.2.7                                           25 Dec 2018
 
     Core: