]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.6. 0.7.6
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 19 Jul 2022 00:58:41 +0000 (17:58 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 19 Jul 2022 00:58:41 +0000 (17:58 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 21d321923c3e20d656f2d38550fb818216b7c945..04ad071fcaac15b9557201e41894b641416f5a4c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+Changes with njs 0.7.6                                        19 Jul 2022
+
+    nginx modules:
+
+    *) Feature: improved r.args object. Added support for multiple
+       arguments with the same key. Added case sensitivity for
+       keys. Keys and values are percent-decoded now.
+
+    *) Bugfix: fixed r.headersOut setter for special headers.
+
+    Core:
+
+    *) Feature: added Symbol.for() and Symbol.keyfor().
+
+    *) Feature: added btoa() and atob() from WHATWG spec.
+
+    *) Bugfix: fixed large non-decimal literals.
+
+    *) Bugfix: fixed unicode argument trimming in parseInt().
+
+    *) Bugfix: fixed break instruction in a try-catch block.
+
+    *) Bugfix: fixed async function declaration in CLI.
+
 Changes with njs 0.7.5                                        21 Jun 2022
 
     nginx modules: