]> git.kaiwu.me - njs.git/commitdiff
Version 0.1.11. 0.1.11
authorIgor Sysoev <igor@sysoev.ru>
Tue, 27 Jun 2017 11:17:12 +0000 (14:17 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 27 Jun 2017 11:17:12 +0000 (14:17 +0300)
CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 5d121b91b4679cce4a4bc158b715e684b61bcd3b..cb474f812d8dae1209ab5f9e2bf4fb59ca43e631 100644 (file)
--- 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.
index 2bbf9ab6cd716462b36c408d732e5ae5ce990605..d68fdfdd70ee18ef9d52f86597cb8a525b469e09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =      0.1.10
+NJS_VER =      0.1.11
 
 NXT_LIB =      nxt