# HG changeset patch # User Yaroslav Zhuravlev # Date 1681147581 -3600 # Node ID b9ba7c498d95156861857809bc205aea1e8b445a # Parent 4939c98e2f2530c1048c2fa434e01eea15ee3bb1 njs-0.7.12. diff -r 4939c98e2f25 -r b9ba7c498d95 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Mon Apr 10 18:26:21 2023 +0100 +++ b/xml/en/docs/njs/changes.xml Mon Apr 10 18:26:21 2023 +0100 @@ -9,9 +9,75 @@
+
+ + +Release Date: +10 April 2023 + + + +nginx modules: + + + + +Bugfix: +fixed Headers() constructor in +Fetch API. + + + + + + + +Core: + + + + +Feature: +added +Hash.copy() +method in +crypto module. + + + + + +Feature: +added +zlib +module. + + + + + +Improvement: +added support for +export {name as default} statement. + + + + + +Bugfix: +fixed Number constructor according to the spec. + + + + + + +
+ +
diff -r 4939c98e2f25 -r b9ba7c498d95 xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Mon Apr 10 18:26:21 2023 +0100 +++ b/xml/en/docs/njs/compatibility.xml Mon Apr 10 18:26:21 2023 +0100 @@ -9,7 +9,7 @@
@@ -935,6 +935,16 @@ xml.exclusiveC14n + +zlib +methods +(0.7.12): +deflateRawSync, +deflateSync, +inflateRawSync +inflateSync + + ES6 modules support: default export and diff -r 4939c98e2f25 -r b9ba7c498d95 xml/index.xml --- a/xml/index.xml Mon Apr 10 18:26:21 2023 +0100 +++ b/xml/index.xml Mon Apr 10 18:26:21 2023 +0100 @@ -7,6 +7,16 @@ + + +njs-0.7.12 +version has been +released, +featuring +zlib module. + + + nginx-1.23.4