From 231739d3a4b3e6fe8151ab042c9e2aea266e0c52 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 27 Jun 2017 14:17:12 +0300 Subject: [PATCH] Version 0.1.11. --- CHANGES | 22 ++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 -- 2.47.3