details:   http://hg.nginx.org/njs/rev/215ca47b9167
branches:  
changeset: 431:215ca47b9167
user:      Dmitry Volyntsev <[email protected]>
date:      Mon Nov 20 20:07:15 2017 +0300
description:
Version 0.1.15.

diffstat:

 CHANGES  |  15 +++++++++++++++
 Makefile |   2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 5f619bcb0e7d -r 215ca47b9167 CHANGES
--- a/CHANGES   Mon Nov 20 19:24:58 2017 +0300
+++ b/CHANGES   Mon Nov 20 20:07:15 2017 +0300
@@ -1,3 +1,18 @@
+
+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
 
diff -r 5f619bcb0e7d -r 215ca47b9167 Makefile
--- a/Makefile  Mon Nov 20 19:24:58 2017 +0300
+++ b/Makefile  Mon Nov 20 20:07:15 2017 +0300
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.14
+NJS_VER =      0.1.15
 
 NXT_LIB =      nxt
 
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to