From: Dmitry Volyntsev Date: Mon, 9 Oct 2017 17:32:21 +0000 (+0300) Subject: Version 0.1.14. X-Git-Tag: 0.1.14 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=a1547fa7d13d24ade4b6c49e4409ee37f2b04591;p=njs.git Version 0.1.14. --- diff --git a/CHANGES b/CHANGES index 3530bdad..615010ed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,15 @@ +Changes with nJScript 0.1.14 09 Oct 2017 + + *) Feature: JSON object. + + *) Feature: object level completions in interactive shell. + + *) Feature: various configure improvements. + + *) Bugfix: miscellaneous bugs have been fixed in the core and + interactive shell. + Changes with nJScript 0.1.13 31 Aug 2017 *) Feature: console.log() and console.help() methods in interactive diff --git a/Makefile b/Makefile index 6aac0e3c..b1083a5e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.13 +NJS_VER = 0.1.14 NXT_LIB = nxt