# HG changeset patch # User Yaroslav Zhuravlev # Date 1666717898 -3600 # Node ID cb5c3541cc30b4c41a766084516b7260c42f27d2 # Parent 4aaab86a9c264a3ea0774c34045151ceedb1e2be njs-0.7.8. diff -r 4aaab86a9c26 -r cb5c3541cc30 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Oct 25 18:09:52 2022 +0100 +++ b/xml/en/docs/njs/changes.xml Tue Oct 25 18:11:38 2022 +0100 @@ -9,9 +9,181 @@
+
+ + +Release Date: +25 October 2022 + + + +nginx modules: + + + + +Feature: +added + directive. + + + + + +Feature: +added ngx.conf_prefix property. + + + + + +Feature: +added +s.sendUpstream() +and +s.sendDownstream() +in +stream module. + + + + + +Feature: +added support for HEAD method in +Fetch API. + + + + + +Improvement: +improved async callback support for +s.send() +in +stream module. + + + + + + + +Core: + + + + +Feature: +added name instance property for a function object. + + + + + +Feature: +added +njs.memoryStats +object. + + + + + +Bugfix: +fixed +String.prototype.trimEnd() +with unicode string. + + + + + +Bugfix: +fixed Object.freeze() with fast arrays. + + + + + +Bugfix: +fixed Object.defineProperty() with fast arrays. + + + + + +Bugfix: +fixed async token as a property name of an object. + + + + + +Bugfix: +fixed property set instruction when key modifies base binding. + + + + + +Bugfix: +fixed complex assignments. + + + + + +Bugfix: +fixed handling of unhandled promise rejection. + + + + + +Bugfix: +fixed process.env +when duplicate environ variables are present. + + + + + +Bugfix: +fixed double declaration detection in modules. + + + + + +Bugfix: +fixed bound function calls according to the spec. + + + + + +Bugfix: +fixed break label for if statement. + + + + + +Bugfix: +fixed labeled empty statements. + + + + + + +
+ +
diff -r 4aaab86a9c26 -r cb5c3541cc30 xml/index.xml --- a/xml/index.xml Tue Oct 25 18:09:52 2022 +0100 +++ b/xml/index.xml Tue Oct 25 18:11:38 2022 +0100 @@ -7,6 +7,17 @@ + + +njs-0.7.8 +version has been +released, +featuring the + +directive. + + + nginx-1.22.1