details: http://hg.nginx.org/njs/rev/d548b78eb881 branches: changeset: 404:d548b78eb881 user: Igor Sysoev <[email protected]> date: Thu Aug 31 20:48:52 2017 +0300 description: Version 0.1.13.
diffstat: CHANGES | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) diffs (30 lines): diff -r 27aa477208f5 -r d548b78eb881 CHANGES --- a/CHANGES Thu Aug 31 20:27:31 2017 +0300 +++ b/CHANGES Thu Aug 31 20:48:52 2017 +0300 @@ -1,3 +1,16 @@ + +Changes with nJScript 0.1.13 31 Aug 2017 + + *) Feature: console.log() and console.help() methods in interactive + shell. + + *) Feature: interactive shell prints backtrace on exception. + + *) Feature: interactive shell by default if libedit is available. + + *) Bugfix: processing of large files from stdin in command line mode. + + *) Bugfix: improved editline detection. Changes with nJScript 0.1.12 08 Aug 2017 diff -r 27aa477208f5 -r d548b78eb881 Makefile --- a/Makefile Thu Aug 31 20:27:31 2017 +0300 +++ b/Makefile Thu Aug 31 20:48:52 2017 +0300 @@ -1,5 +1,5 @@ -NJS_VER = 0.1.12 +NJS_VER = 0.1.13 NXT_LIB = nxt _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
