# HG changeset patch # User Yaroslav Zhuravlev # Date 1655830198 -3600 # Node ID cf91f42cf7e7a952860ecfd65fdd48f7b3729da1 # Parent cf7551842617dca7fedf66d1ffdd93e4735ddd2a njs-0.7.5. diff -r cf7551842617 -r cf91f42cf7e7 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Jun 21 19:07:59 2022 +0300 +++ b/xml/en/docs/njs/changes.xml Tue Jun 21 17:49:58 2022 +0100 @@ -9,9 +9,131 @@
+
+ + +Release Date: +21 June 2022 + + + +nginx modules: + + + + +Change: +adapting to changes in nginx header structures. + + + + + +Bugfix: +fixed +r.headersOut{} +special getters when value is absent. + + + + + +Change: +returning undefined value instead of an empty string for +Content-Type when the header is absent. + + + + + + + +Core: + + + + +Bugfix: +fixed catching of the exception thrown from an awaited function. + + + + + +Bugfix: +fixed function value initialization. + + + + + +Bugfix: +fixed interpreter when await fails. + + + + + +Bugfix: +fixed typed-array constructor when source array is changed while iterating. + + + + + +Bugfix:fixed +String.prototype.replace() +with byte strings. + + + + + +Bugfix: +fixed template literal from producing byte-strings. + + + + + +Bugfix: +fixed array iterator with sparse arrays. + + + + + +Bugfix: +fixed memory free while converting a flat array to a slow array. + + + + + +Bugfix: +properly handling NJS_DECLINE in +promise native functions. + + + + + +Bugfix: +fixed working with an array-like object in +Promise.all() +and friends. + + + + + + +
+ +
@@ -585,10 +707,10 @@ Feature: added remaining Promise constructor methods. The following methods were added: -Promise.all() , -Promise.allSettled() , -Promise.any() , -Promise.race() . +Promise.all(), +Promise.allSettled(), +Promise.any(), +Promise.race(). diff -r cf7551842617 -r cf91f42cf7e7 xml/index.xml --- a/xml/index.xml Tue Jun 21 19:07:59 2022 +0300 +++ b/xml/index.xml Tue Jun 21 17:49:58 2022 +0100 @@ -14,6 +14,14 @@ + + +njs-0.7.5 +version has been +released. + + + unit-1.27.0 version has been