]> git.kaiwu.me - njs.git/commitdiff
Version 0.1.15. 0.1.15
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 20 Nov 2017 17:07:15 +0000 (20:07 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 20 Nov 2017 17:07:15 +0000 (20:07 +0300)
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 615010ed08b02f91777bb692d00018d41a2abc35..975b76796306ca8521eacac8ee76f939fa78d561 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,19 @@
 
+Changes with nJScript 0.1.15                                     20 Nov 2017
+
+    *) Feature: Error, EvalError, InternalError, RangeError,
+       ReferenceError, SyntaxError, TypeError, URIError objects.
+
+    *) Feature: octal literals support.
+
+    *) Feature: File system access fs.readFile(), fs.readFileSync(),
+       fs.appendFile(),  fs.appendFileSync(), fs.writeFile(),
+       fs.writeFileSync() methods.
+
+    *) Feature: nginx modules print backtrace on exception.
+
+    *) Bugfix: miscellaneous bugs have been fixed.
+
 Changes with nJScript 0.1.14                                     09 Oct 2017
 
     *) Feature: JSON object.
index ee524cfb4a81685312544622622c208fabbf2c7e..3951ef567a23c1944e4a73caa82781ed1990df46 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.14
+NJS_VER =      0.1.15
 
 NXT_LIB =      nxt