From c3da13fb18f0d8ec809b346096feab572e634486 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 11 Aug 2020 14:31:07 +0000 Subject: [PATCH] Version 0.4.3. --- CHANGES | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGES b/CHANGES index e5e37296..29c3186b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,30 @@ +Changes with njs 0.4.3 11 Aug 2020 + + Core: + + *) Feature: added Query String module. + + *) Feature: improved fs.mkdir() to support recursive directory creation. + Thanks to Artem S. Povalyukhin. + + *) Feature: improved fs.rmdir() to support recursive directory removal. + Thanks to Artem S. Povalyukhin. + + *) Feature: introduced UTF-8 decoder according to WHATWG encoding spec. + + *) Feature: added TextEncoder/TextDecoder implementation. + + *) Bugfix: fixed parsing return statement without semicolon. + + *) Bugfix: fixed njs_number_to_int32() for big-endian platforms. + + *) Bugfix: fixed unit test on big-endian platforms. + + *) Bugfix: fixed regexp-literals parsing with '=' characters. + + *) Bugfix: fixed pre/post increment/decrement in assignment operations. + Changes with njs 0.4.2 07 Jul 2020 Core: -- 2.47.3