From: Dmitry Volyntsev Date: Tue, 11 Aug 2020 14:31:07 +0000 (+0000) Subject: Version 0.4.3. X-Git-Tag: 0.4.3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c3da13fb18f0d8ec809b346096feab572e634486;p=njs.git Version 0.4.3. --- 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: