]> git.kaiwu.me - njs.git/commitdiff
Version 0.6.2. 0.6.2
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 31 Aug 2021 13:38:39 +0000 (13:38 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 31 Aug 2021 13:38:39 +0000 (13:38 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index fe41677aa9c55bc398ee9cfca367572e5988198d..534ba3acc620a760812570e7a842abb415370839 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+Changes with njs 0.6.2                                        31 Aug 2021
+
+    nginx modules:
+
+    *) Bugfix: fixed CPU hog when js_filter is registered
+       in both directions.
+
+    Core:
+
+    *) Feature: introduced AggregateError implementation.
+
+    *) Feature: added remaining Promise constructor methods.
+       The following methods were added: Promise.all(),
+       Promise.allSettled(), Promise.any(), Promise.race().
+
+    *) Improvement: removed recursion from code generator.
+
+    *) Bugfix: fixed rest parameter parsing without binding
+       identifier.
+
+    *) Bugfix: fixed resolve/reject callback for
+       Promise.prototype.finally().
+
+    *) Bugfix: fixed %TypedArray%.prototype.join() with
+       detached buffer.
+
+    *) Bugfix: fixed memory leak in interactive shell.
+
 Changes with njs 0.6.1                                        29 Jun 2021
 
     *) Bugfix: fixed RegExpBuiltinExec() with UTF-8 only regexps.