# HG changeset patch # User Yaroslav Zhuravlev # Date 1668698143 0 # Node ID 1a91221b2901b0b347f8feb9e25fc07fdfffc4b5 # Parent b2e5a376622d687c53567bb1a4604a54f3968cda njs-0.7.9. diff -r b2e5a376622d -r 1a91221b2901 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Wed Nov 16 15:52:18 2022 +0000 +++ b/xml/en/docs/njs/changes.xml Thu Nov 17 15:15:43 2022 +0000 @@ -9,9 +9,99 @@
+
+ + +Release Date: +17 November 2022 + + + +nginx modules: + + + + +Bugfix: +fixed +Fetch +Response prototype reinitialization. +When at least one js_import directive was declared in both +HTTP +and +Stream, +ngx.fetch() +returned inapproriate response in Stream. +The bug was introduced in 0.7.7. + + + + + + + +Core: + + + + +Bugfix: +fixed String.prototype.replace(re) +if re.exec() returns non-flat array. + + + + + +Bugfix: +fixed Array.prototype.fill() +when start object changes this. + + + + + +Bugfix: +fixed description for +fs.mkdir() +and +fs.rmdir() +methods. + + + + + +Bugfix: +fixed %TypedArray%.prototype.set(s) +when s element changes this. + + + + + +Bugfix: +fixed Array.prototype.splice(s,d) +when d resizes this during eval. + + + + + +Bugfix: +fixed for-in loop with left and right hand side expressions. + + + + + + +
+ +
@@ -1130,14 +1220,14 @@ Bugfix: fixed resolve/reject callback for - Promise.prototype.finally() . - - - - - -Bugfix: -fixed %TypedArray%.prototype.join() +Promise.prototype.finally() . + + + + + +Bugfix: +fixed %TypedArray%.prototype.join() with detached buffer. @@ -1367,7 +1457,7 @@ Bugfix: -fixed for-in iteration of typed array values. +fixed for-in iteration of typed array values. Thanks to Artem S. Povalyukhin. @@ -4350,7 +4440,7 @@ Bugfix: -fixed type of iteration variable in for-in with array values. +fixed type of iteration variable in for-in with array values. @@ -4459,7 +4549,7 @@ Bugfix: -fixed handling of “this” keyword in various scopes. +fixed handling of this keyword in various scopes. diff -r b2e5a376622d -r 1a91221b2901 xml/index.xml --- a/xml/index.xml Wed Nov 16 15:52:18 2022 +0000 +++ b/xml/index.xml Thu Nov 17 15:15:43 2022 +0000 @@ -7,6 +7,14 @@ + + +njs-0.7.9 +version has been +released. + + + njs-0.7.8