From: Dmitry Volyntsev Date: Mon, 20 Nov 2017 17:07:15 +0000 (+0300) Subject: Version 0.1.15. X-Git-Tag: 0.1.15 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=05aa08e50cd92705e9b44631095593a9492e1abd;p=njs.git Version 0.1.15. --- diff --git a/CHANGES b/CHANGES index 615010ed..975b7679 100644 --- 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. diff --git a/Makefile b/Makefile index ee524cfb..3951ef56 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.14 +NJS_VER = 0.1.15 NXT_LIB = nxt