[njs] Version 0.6.0.
Dmitry Volyntsev
xeioex at nginx.com
Tue Jun 15 12:54:36 UTC 2021
details: https://hg.nginx.org/njs/rev/742ebceef2b5
branches:
changeset: 1661:742ebceef2b5
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Jun 15 12:05:34 2021 +0000
description:
Version 0.6.0.
diffstat:
CHANGES | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diffs (32 lines):
diff -r 0ee4118d3cf9 -r 742ebceef2b5 CHANGES
--- a/CHANGES Tue Jun 15 11:54:03 2021 +0000
+++ b/CHANGES Tue Jun 15 12:05:34 2021 +0000
@@ -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:
More information about the nginx-devel
mailing list