From 5735044a54a236d8ed88112895db724ec2e6c6be Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 25 Dec 2018 09:49:52 +0300 Subject: [PATCH] Version 0.2.7. --- CHANGES | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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: -- 2.47.3