details: http://hg.nginx.org/njs/rev/c07b060396be branches: changeset: 395:c07b060396be user: Igor Sysoev <[email protected]> date: Tue Aug 08 18:05:14 2017 +0300 description: Version 0.1.12.
diffstat: CHANGES | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diffs (23 lines): diff -r bd7e5e51b6be -r c07b060396be CHANGES --- a/CHANGES Tue Aug 08 18:05:11 2017 +0300 +++ b/CHANGES Tue Aug 08 18:05:14 2017 +0300 @@ -1,3 +1,9 @@ + +Changes with nJScript 0.1.12 08 Aug 2017 + + *) Feature: Interactive shell. + + *) Bugfix: in Object.isSealed(). Changes with nJScript 0.1.11 27 Jun 2017 diff -r bd7e5e51b6be -r c07b060396be Makefile --- a/Makefile Tue Aug 08 18:05:11 2017 +0300 +++ b/Makefile Tue Aug 08 18:05:14 2017 +0300 @@ -1,5 +1,5 @@ -NJS_VER = 0.1.11 +NJS_VER = 0.1.12 NXT_LIB = nxt _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
