From: Dmitry Volyntsev Date: Tue, 15 Jun 2021 12:05:34 +0000 (+0000) Subject: Version 0.6.0. X-Git-Tag: 0.6.0 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=8317ea4dd6eec551a1d3251ae1bb953a50d95b29;p=njs.git Version 0.6.0. --- diff --git a/CHANGES b/CHANGES index 0b91112d..ad5c9e10 100644 --- 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: