]> git.kaiwu.me - njs.git/commitdiff
Version 0.6.0. 0.6.0
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 15 Jun 2021 12:05:34 +0000 (12:05 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 15 Jun 2021 12:05:34 +0000 (12:05 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0b91112dde87f0e25a6b9fa6294f59b0f18e7eae..ad5c9e108e1ff916576208a379620e249692fdf4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+Changes with njs 0.6.0                                        15 Jun 2021
+
+    Core:
+
+    *) Feature: added let and const declaration support.
+
+    *) Feature: added RegExp.prototype[Symbol.split].
+
+    *) Feature: added sticky flag support for RegExp.
+
+    *) Bugfix: fixed heap-buffer-overflow in
+       String.prototype.lastIndexOf().
+
+    *) Bugfix: fixed RegExp.prototype.test() according to the
+       specification.
+
+    *) Bugfix: fixed String.prototype.split() according to the
+       specification.
+
+    *) Bugfix: fixed use-of-uninitialized-value while tracking
+       rejected promises.
+
+    *) Bugfix: fixed njs.dump() for objects with circular
+       references.
+
 Changes with njs 0.5.3                                        30 Mar 2021
 
     nginx modules: