From af7c14a3571d09d61e3291f3f38ddf929e8e948a Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 9 Mar 2021 13:24:51 +0000 Subject: [PATCH] Version 0.5.2. --- CHANGES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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: -- 2.47.3