From: Dmitry Volyntsev Date: Tue, 9 Mar 2021 13:24:51 +0000 (+0000) Subject: Version 0.5.2. X-Git-Tag: 0.5.2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=af7c14a3571d09d61e3291f3f38ddf929e8e948a;p=njs.git Version 0.5.2. --- diff --git a/CHANGES b/CHANGES index aff4d320..c1148762 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,28 @@ +Changes with njs 0.5.2 09 Mar 2021 + + nginx modules: + + *) Feature: added the "js_body_filter" directive. + + *) Feature: introduced the "status" property for stream session + object. + + *) Feature: added njs.on('exit') callback support. + + *) Bugfix: fixed property descriptor reuse for not extensible + objects. + Thanks to Artem S. Povalyukhin. + + *) Bugfix: fixed Object.freeze() and friends according to + the specification. + Thanks to Artem S. Povalyukhin. + + *) Bugfix: fixed Function() in CLI mode. + + *) Bugfix: fixed for-in iteration of typed array values. + Thanks to Artem S. Povalyukhin. + Changes with njs 0.5.1 16 Feb 2021 nginx modules: