[njs] Version 0.1.9.
Igor Sysoev
igor at sysoev.ru
Wed Feb 1 08:33:40 UTC 2017
details: http://hg.nginx.org/njs/rev/5bd283398822
branches:
changeset: 310:5bd283398822
user: Igor Sysoev <igor at sysoev.ru>
date: Wed Feb 01 11:29:47 2017 +0300
description:
Version 0.1.9.
diffstat:
CHANGES | 38 ++++++++++++++++++++++++++++++++++++++
Makefile | 2 +-
2 files changed, 39 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r c9308fed683e -r 5bd283398822 CHANGES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGES Wed Feb 01 11:29:47 2017 +0300
@@ -0,0 +1,38 @@
+
+Changes with nJScript 0.1.9 01 Feb 2017
+
+ *) Bugfix: global variables were not initialized when nJScript was used
+ in nginx.
+
+Changes with nJScript 0.1.8 24 Jan 2017
+
+ *) Change: the "strict" mode is enforced, variables must be explicitly
+ declared.
+
+ *) Feature: "for" and "for-in" loops support variable declaration.
+
+ *) Bugfix: global and function scopes have been fixed.
+
+ *) Bugfix: now "for-in" loop does not discard the last value of property
+ variable.
+
+ *) Bugfix: miscellaneous bugs and segmentation faults have been fixed.
+
+Changes with nJScript 0.1.7 27 Dec 2016
+
+ *) Change: the "js_include" directive has been disabled at server and
+ location levels.
+
+ *) Feature: exponentiation operators.
+
+ *) Bugfix: miscellaneous bugs and segmentation faults have been fixed.
+
+Changes with nJScript 0.1.6 13 Dec 2016
+
+ *) Change: the "js_set" directive has been disabled at server and
+ location levels.
+
+ *) Feature: ES6 Math methods.
+
+ *) Bugfix: miscellaneous bugs and segmentation faults have been fixed.
+
diff -r c9308fed683e -r 5bd283398822 Makefile
--- a/Makefile Wed Feb 01 10:06:28 2017 +0300
+++ b/Makefile Wed Feb 01 11:29:47 2017 +0300
@@ -1,5 +1,5 @@
-NJS_VER = 0.1.8
+NJS_VER = 0.1.9
NXT_LIB = nxt
More information about the nginx-devel
mailing list