[njs] Version 0.1.15.

Dmitry Volyntsev xeioex at nginx.com
Mon Nov 20 17:09:30 UTC 2017


details:   http://hg.nginx.org/njs/rev/215ca47b9167
branches:  
changeset: 431:215ca47b9167
user:      Dmitry Volyntsev <xeioex at nginx.com>
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
 


More information about the nginx-devel mailing list