[njs] Version 0.7.6.

Dmitry Volyntsev xeioex at nginx.com
Tue Jul 19 01:43:01 UTC 2022


details:   https://hg.nginx.org/njs/rev/461dfb0bb60e
branches:  
changeset: 1912:461dfb0bb60e
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Jul 18 17:58:41 2022 -0700
description:
Version 0.7.6.

diffstat:

 CHANGES |  24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 0a2bd6c71db4 -r 461dfb0bb60e CHANGES
--- a/CHANGES	Fri Jul 15 15:44:27 2022 -0700
+++ b/CHANGES	Mon Jul 18 17:58:41 2022 -0700
@@ -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:



More information about the nginx-devel mailing list