# HG changeset patch # User Yaroslav Zhuravlev # Date 1698163993 -3600 # Node ID 00c220310f537af2654cd3a04780f36ef5518014 # Parent f14c61d6abad70bc1373d39671080eb5e575ae98 njs-0.8.2. diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -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 --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -14,6 +14,16 @@ mainline version has been released. + + +njs-0.8.2 +version has been +released, +featuring the console +object. + + + unit-1.31.1