From: Igor Sysoev Date: Tue, 27 Jun 2017 11:17:12 +0000 (+0300) Subject: Version 0.1.11. X-Git-Tag: 0.1.11 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=231739d3a4b3e6fe8151ab042c9e2aea266e0c52;p=njs.git Version 0.1.11. --- diff --git a/CHANGES b/CHANGES index 5d121b91..cb474f81 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,26 @@ +Changes with nJScript 0.1.11 27 Jun 2017 + + *) Feature: Object.keys(), Object.prototype.hasOwnProperty() methods. + + *) Feature: Object.defineProperty(), Object.defineProperties(), + Object.getOwnPropertyDescriptor() methods. + + *) Feature: Object.getPrototypeOf(), Object.prototype.isPrototypeOf() + methods. + + *) Feature: Object.preventExtensions(), Object.isExtensible(), + Object.freeze(), Object.isFrozen(), Object.seal(), Object.isSealed() + methods. + + *) Feature: scientific notation literals support. + + *) Feature: hexadecimal literals support. + + *) Bugfix: processing of large array indexes. + + *) Bugfix: in parseInt() and Date.parse(). + Changes with nJScript 0.1.10 04 Apr 2017 *) Feature: nested functions and function closures. diff --git a/Makefile b/Makefile index 2bbf9ab6..d68fdfdd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.10 +NJS_VER = 0.1.11 NXT_LIB = nxt