details: https://hg.nginx.org/njs/rev/4624ba4f6497 branches: changeset: 693:4624ba4f6497 user: Dmitry Volyntsev <xei...@nginx.com> date: Tue Dec 25 09:49:52 2018 +0300 description: Version 0.2.7.
diffstat: CHANGES | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diffs (33 lines): diff -r 5c8802f61ad6 -r 4624ba4f6497 CHANGES --- a/CHANGES Mon Dec 24 13:59:27 2018 +0300 +++ b/CHANGES Tue Dec 25 09:49:52 2018 +0300 @@ -1,3 +1,29 @@ + +Changes with njs 0.2.7 25 Dec 2018 + + Core: + + *) Feature: rest parameters syntax (destructuring is not supported). + Thanks to Alexander Pyshchev. + + *) Feature: added Object.entries() method. + + *) Feature: added Object.values() method. + + *) Improvement: code generator refactored and simplified. + + *) Bugfix: fixed automatic semicolon insertion. + + *) Bugfix: fixed assignment expression from compound assignment. + + *) Bugfix: fixed comparison of Byte and UTF8 strings. + + *) Bugfix: fixed type of iteration variable in for-in with array + values. + + *) Bugfix: fixed building on paltforms without librt. + + *) Bugfix: miscellaneous additional bugs have been fixed. Changes with njs 0.2.6 27 Nov 2018 _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel