]> git.kaiwu.me - njs.git/commitdiff
Version 0.1.13. 0.1.13
authorIgor Sysoev <igor@sysoev.ru>
Thu, 31 Aug 2017 17:48:52 +0000 (20:48 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 31 Aug 2017 17:48:52 +0000 (20:48 +0300)
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index fa9cf598504e0d36943fb99849f82bde5371bf82..3530bdad9aadd133ab52ea11f7da2dc3fc5a0da6 100644 (file)
--- 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.
index 01ed2c2fdf4053845acd02e9ad679eb8b55f1439..18a8e67c9fb291fe3b24f149af5b64b42da00072 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.12
+NJS_VER =      0.1.13
 
 NXT_LIB =      nxt