details: https://hg.nginx.org/njs/rev/1ada1061a040 branches: changeset: 1488:1ada1061a040 user: Dmitry Volyntsev <[email protected]> date: Tue Aug 11 14:31:07 2020 +0000 description: Version 0.4.3.
diffstat: CHANGES | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diffs (33 lines): diff -r 24de499877ca -r 1ada1061a040 CHANGES --- a/CHANGES Sat Jul 25 15:49:03 2020 +0300 +++ b/CHANGES Tue Aug 11 14:31:07 2020 +0000 @@ -1,3 +1,29 @@ + +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 _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
