diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2023-10-23 21:42:29 -0700 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2023-10-23 21:42:29 -0700 |
commit | 2d52669773eca3188033ac5b400fbe4f5ad7b439 (patch) | |
tree | 7f0d278d6b19aeb193dc64d9b164cf485a395f89 | |
parent | c3903238ae0ce33af623ac3ed2a94480e7e82334 (diff) | |
download | njs-0.8.2.tar.gz njs-0.8.2.zip |
Version 0.8.2.0.8.2
-rw-r--r-- | CHANGES | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +Changes with njs 0.8.2 24 Oct 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 existsSync(). + + *) Bugfix: fixed "xml" module. Fixed broken XML exception handling + in parse() method. + + *) Bugfix: fixed RegExp.prototype.exec() with global regexp and + unicode input. + + *) Bugfix: fixed return statement parsing with invalid expression. + Changes with njs 0.8.1 12 Sep 2023 nginx modules: |