]> git.kaiwu.me - njs.git/commitdiff
Version 0.2.7. 0.2.7
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Dec 2018 06:49:52 +0000 (09:49 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Dec 2018 06:49:52 +0000 (09:49 +0300)
CHANGES

diff --git a/CHANGES b/CHANGES
index 15d9c7a74795a5e6861dcec5ec494c07f9277318..2d40d5402d224f1c9cef4ace0dfeb7854d12826e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,30 @@
 
+Changes with njs 0.2.7                                           25 Dec 2018
+
+    Core:
+
+    *) Feature: rest parameters syntax (destructuring is not supported).
+       Thanks to Alexander Pyshchev.
+
+    *) Feature: added Object.entries() method.
+
+    *) Feature: added Object.values() method.
+
+    *) Improvement: code generator refactored and simplified.
+
+    *) Bugfix: fixed automatic semicolon insertion.
+
+    *) Bugfix: fixed assignment expression from compound assignment.
+
+    *) Bugfix: fixed comparison of Byte and UTF8 strings.
+
+    *) Bugfix: fixed type of iteration variable in for-in with array
+       values.
+
+    *) Bugfix: fixed building on paltforms without librt.
+
+    *) Bugfix: miscellaneous additional bugs have been fixed.
+
 Changes with njs 0.2.6                                           27 Nov 2018
 
     Core: