]> git.kaiwu.me - njs.git/commitdiff
Version 0.1.10. 0.1.10
authorIgor Sysoev <igor@sysoev.ru>
Tue, 4 Apr 2017 10:23:11 +0000 (13:23 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 4 Apr 2017 10:23:11 +0000 (13:23 +0300)
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 633a591c65f6577cd1db3f9035f81644a780ef22..5d121b91b4679cce4a4bc158b715e684b61bcd3b 100644 (file)
--- 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
index 26b50f3b300145faa625ed59538e2d551adbeabe..2bbf9ab6cd716462b36c408d732e5ae5ce990605 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.9
+NJS_VER =      0.1.10
 
 NXT_LIB =      nxt