[njs] Version 0.1.10.

Igor Sysoev igor at sysoev.ru
Tue Apr 4 10:24:46 UTC 2017


details:   http://hg.nginx.org/njs/rev/b1456ef3e002
branches:  
changeset: 338:b1456ef3e002
user:      Igor Sysoev <igor at sysoev.ru>
date:      Tue Apr 04 13:23:11 2017 +0300
description:
Version 0.1.10.

diffstat:

 CHANGES  |  9 +++++++++
 Makefile |  2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 7e6460db39ad -r b1456ef3e002 CHANGES
--- a/CHANGES	Tue Apr 04 13:23:10 2017 +0300
+++ b/CHANGES	Tue Apr 04 13:23:11 2017 +0300
@@ -1,3 +1,12 @@
+
+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
 
diff -r 7e6460db39ad -r b1456ef3e002 Makefile
--- a/Makefile	Tue Apr 04 13:23:10 2017 +0300
+++ b/Makefile	Tue Apr 04 13:23:11 2017 +0300
@@ -1,5 +1,5 @@
 
-NJS_VER =	0.1.9
+NJS_VER =	0.1.10
 
 NXT_LIB =	nxt
 


More information about the nginx-devel mailing list