# HG changeset patch # User Yaroslav Zhuravlev # Date 1698163993 -3600 # Node ID 00c220310f537af2654cd3a04780f36ef5518014 # Parent f14c61d6abad70bc1373d39671080eb5e575ae98 njs-0.8.2. diff -r f14c61d6abad -r 00c220310f53 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Oct 24 16:56:09 2023 +0300 +++ b/xml/en/docs/njs/changes.xml Tue Oct 24 17:13:13 2023 +0100 @@ -9,9 +9,104 @@
+
+ + +Release Date: +24 October 2023 + + + +nginx modules: + + + + +Feature: +introduced +console object. +The following methods were introduced: +error(), +info(), +log(), +time(), +timeEnd(), +warn(). + + + + + +Bugfix: +fixed +HEAD response handling with large Content-Length in +Fetch API. + + + + + +Bugfix: +fixed +items() +method for a shared dictionary. + + + + + +Bugfix: +fixed +delete() +method for a shared dictionary. + + + + + + + +Core: + + + + +Feature: +extended +fs module. +Added +fs.existsSync(). + + + + + +Bugfix: +fixed +xml module. +Broken XML exception handling in +xml.parse() +method was fixed. + + + + + +Bugfix: +fixed +Regexp.prototype.exec() with global regexp and Unicode input. + + + + + + +
+ +
diff -r f14c61d6abad -r 00c220310f53 xml/index.xml --- a/xml/index.xml Tue Oct 24 16:56:09 2023 +0300 +++ b/xml/index.xml Tue Oct 24 17:13:13 2023 +0100 @@ -14,6 +14,16 @@ + + +njs-0.8.2 +version has been +released, +featuring the console +object. + + + unit-1.31.1