From: Dmitry Volyntsev Date: Tue, 25 Dec 2018 06:49:52 +0000 (+0300) Subject: Version 0.2.7. X-Git-Tag: 0.2.7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=5735044a54a236d8ed88112895db724ec2e6c6be;p=njs.git Version 0.2.7. --- diff --git a/CHANGES b/CHANGES index 15d9c7a7..2d40d540 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,30 @@ +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 Core: