# HG changeset patch # User Yaroslav Zhuravlev # Date 1623847854 -3600 # Node ID 4fb1aaad4182835158538945f422e85597f0a307 # Parent c3303f98a2463a0de04ea08546a6bf9d27ce5c38 njs-0.6.0. diff -r c3303f98a246 -r 4fb1aaad4182 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Wed Jun 16 13:49:25 2021 +0100 +++ b/xml/en/docs/njs/changes.xml Wed Jun 16 13:50:54 2021 +0100 @@ -9,9 +9,89 @@
+
+ + +Release Date: +15 June 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. + + + + + + +
+ +
diff -r c3303f98a246 -r 4fb1aaad4182 xml/index.xml --- a/xml/index.xml Wed Jun 16 13:49:25 2021 +0100 +++ b/xml/index.xml Wed Jun 16 13:50:54 2021 +0100 @@ -7,6 +7,15 @@ + + +njs-0.6.0 +version has been +released, +featuring let and const variable declaration support. + + + unit-1.24.0 version has been