]> git.kaiwu.me - njs.git/commitdiff
Version 0.1.9. 0.1.9
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Feb 2017 08:29:47 +0000 (11:29 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Feb 2017 08:29:47 +0000 (11:29 +0300)
CHANGES [new file with mode: 0644]
Makefile

diff --git a/CHANGES b/CHANGES
new file mode 100644 (file)
index 0000000..633a591
--- /dev/null
+++ b/CHANGES
@@ -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.
+
index fe54d4fa82e56f44422f9f00dc74499f74ef5cac..0e97cec886cbddf81b5e0d37b56c8606546ea944 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.8
+NJS_VER =      0.1.9
 
 NXT_LIB =      nxt