]> git.kaiwu.me - njs.git/commitdiff
Version 0.5.2. 0.5.2
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 9 Mar 2021 13:24:51 +0000 (13:24 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 9 Mar 2021 13:24:51 +0000 (13:24 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index aff4d32080a76f257e387648c0ca16eb325a241f..c1148762c99b64ae6e5af0d29f16507b51257798 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,28 @@
 
+Changes with njs 0.5.2                                        09 Mar 2021
+
+    nginx modules:
+
+    *) Feature: added the "js_body_filter" directive.
+
+    *) Feature: introduced the "status" property for stream session
+       object.
+
+    *) Feature: added njs.on('exit') callback support.
+
+    *) Bugfix: fixed property descriptor reuse for not extensible
+       objects.
+       Thanks to Artem S. Povalyukhin.
+
+    *) Bugfix: fixed Object.freeze() and friends according to
+       the specification.
+       Thanks to Artem S. Povalyukhin.
+
+    *) Bugfix: fixed Function() in CLI mode.
+
+    *) Bugfix: fixed for-in iteration of typed array values.
+       Thanks to Artem S. Povalyukhin.
+
 Changes with njs 0.5.1                                        16 Feb 2021
 
     nginx modules: