Release Date: 17 November 2022
nginx modules:
- Bugfix: fixed
Fetch
Response prototype reinitialization. When at least onejs_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)
ifre.exec()
returns non-flat array. - Bugfix: fixed
Array.prototype.fill()
whenstart
object changesthis
. - Bugfix: fixed description for
fs.mkdir()
andfs.rmdir()
methods. - Bugfix: fixed
%TypedArray%.prototype.set(s)
whens
element changesthis
. - Bugfix: fixed
Array.prototype.splice(s,d)
whend
resizesthis
during eval. - Bugfix: fixed
for-in
loop with left and right hand side expressions.