From 8317ea4dd6eec551a1d3251ae1bb953a50d95b29 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 15 Jun 2021 12:05:34 +0000 Subject: [PATCH] Version 0.6.0. --- CHANGES | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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: -- 2.47.3