From: Igor Sysoev Date: Tue, 4 Apr 2017 10:23:11 +0000 (+0300) Subject: Version 0.1.10. X-Git-Tag: 0.1.10 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0945664dafbc5475799c27a35631a234a9b182d7;p=njs.git Version 0.1.10. --- diff --git a/CHANGES b/CHANGES index 633a591c..5d121b91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,13 @@ +Changes with nJScript 0.1.10 04 Apr 2017 + + *) Feature: nested functions and function closures. + + *) Feature: Array.of(), Array.prototype.fill(), Array.prototype.find(), + Array.prototype.findIndex() methods. + + *) Bugfix: miscellaneous bugs and segmentation faults have been fixed. + Changes with nJScript 0.1.9 01 Feb 2017 *) Bugfix: global variables were not initialized when nJScript was used diff --git a/Makefile b/Makefile index 26b50f3b..2bbf9ab6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.9 +NJS_VER = 0.1.10 NXT_LIB = nxt