]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.10.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 6 Feb 2023 17:57:17 +0000 (09:57 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 6 Feb 2023 17:57:17 +0000 (09:57 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index 09fd539cd575c35da2a970f074e8afe1b33f2227..77dff80992ac1710fa6e78df5a20321514a60dba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+Changes with njs 0.7.10                                        7 Feb 2023
+    nginx modules:
+
+    *) Feature: added Request, Response and Headers ctors in Fetch API.
+
+    *) Bugfix: fixed nginx logger callback for calls in master process.
+
+    Core:
+
+    *) Feature: added signal support in CLI.
+
+    *) Feature: added "xml" module for working with XML documents.
+
+    *) Feature: extended support for symmetric and asymmetric keys
+       in WebCrypto. Most notably JWK format for importKey() was added.
+
+    *) Feature: extended support for symmetric and asymmetric keys
+       in WebCrypto. Most notably JWK format for importKey() was added.
+       generateKey() and exportKey() were also implemented.
+
+    *) Feature: added String.prototype.replaceAll().
+
+    *) Bugfix: fixed for(expr1; conditional syntax error handling.
+
+    *) Bugfix: fixed Object.values() and Object.entries() with external
+       objects.
+
+    *) Bugfix: fixed RegExp.prototype[@@replace]().
+
 Changes with njs 0.7.9                                        17 Nov 2022
     nginx modules: