[njs] Version 0.2.7.

Dmitry Volyntsev xeioex at nginx.com
Tue Dec 25 06:52:14 UTC 2018


details:   https://hg.nginx.org/njs/rev/4624ba4f6497
branches:  
changeset: 693:4624ba4f6497
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Dec 25 09:49:52 2018 +0300
description:
Version 0.2.7.

diffstat:

 CHANGES |  26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 5c8802f61ad6 -r 4624ba4f6497 CHANGES
--- a/CHANGES	Mon Dec 24 13:59:27 2018 +0300
+++ b/CHANGES	Tue Dec 25 09:49:52 2018 +0300
@@ -1,3 +1,29 @@
+
+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
 


More information about the nginx-devel mailing list