From: Igor Sysoev Date: Thu, 31 Aug 2017 17:48:52 +0000 (+0300) Subject: Version 0.1.13. X-Git-Tag: 0.1.13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=777afc3de67c738932212c14e06f7703bf0b7b79;p=njs.git Version 0.1.13. --- diff --git a/CHANGES b/CHANGES index fa9cf598..3530bdad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,17 @@ +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 *) Feature: Interactive shell. diff --git a/Makefile b/Makefile index 01ed2c2f..18a8e67c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.12 +NJS_VER = 0.1.13 NXT_LIB = nxt