[njs] Version 0.1.11.
Igor Sysoev
igor at sysoev.ru
Tue Jun 27 11:19:35 UTC 2017
details: http://hg.nginx.org/njs/rev/fc5df33f4e6b
branches:
changeset: 379:fc5df33f4e6b
user: Igor Sysoev <igor at sysoev.ru>
date: Tue Jun 27 14:17:12 2017 +0300
description:
Version 0.1.11.
diffstat:
CHANGES | 22 ++++++++++++++++++++++
Makefile | 2 +-
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 30cc8990272a -r fc5df33f4e6b CHANGES
--- a/CHANGES Tue Jun 27 11:17:54 2017 +0300
+++ b/CHANGES Tue Jun 27 14:17:12 2017 +0300
@@ -1,3 +1,25 @@
+
+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
diff -r 30cc8990272a -r fc5df33f4e6b Makefile
--- a/Makefile Tue Jun 27 11:17:54 2017 +0300
+++ b/Makefile Tue Jun 27 14:17:12 2017 +0300
@@ -1,5 +1,5 @@
-NJS_VER = 0.1.10
+NJS_VER = 0.1.11
NXT_LIB = nxt
More information about the nginx-devel
mailing list