# HG changeset patch # User Yaroslav Zhuravlev # Date 1543325747 -10800 # Node ID e58e7b2eff5185a3586e90a6391f086d4d1fff46 # Parent 71e505ea3cb354feae3c2045bbf06a69e17baca0 njs-0.2.6 diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -9,9 +9,155 @@
+
+ + +Release Date: +27 November 2018 + + + +Core: + + + + +Feature: +making built-in prototypes mutable. + + + + + +Feature: +making global object mutable. + + + + + +Feature: +console.time() and +console.timeEnd() methods. + + + + + +Feature: +allowing variables and functions to be redeclared. + + + + + +Feature: +extending Object.defineProperty() spec conformance. + + + + + +Feature: +introduced quiet mode for CLI to handle simple expressions from stdin. + + + + + +Feature: +introduced compact form of backtraces to handle stack overflows. + + + + + +Improvement: +improved wording for various exceptions. + + + + + +Bugfix: +fixed closure values handling. + + + + + +Bugfix: +fixed equality operator for various value types. + + + + + +Bugfix: +fixed handling of “this” keyword in various scopes. + + + + + +Bugfix: +fixed handling non-object values in Object.keys(). + + + + + +Bugfix: +fixed parsing of throw statement inside if statement. + + + + + +Bugfix: +fixed parsing of newline after throw statement. + + + + + +Bugfix: +fixed parsing of statements in if statement without newline. + + + + + +Bugfix: +fixed size uint32_t overflow +in njs_array_expand(). + + + + + +Bugfix: +fixed typeof operator +for object_value type. + + + + + +Bugfix: +miscellaneous additional bugs have been fixed. + + + + + + +
+ +
diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="16">
diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,6 +7,15 @@ + + +njs-0.2.6 +version has been released, featuring +initial support for mutable prototypes +and more. + + + unit-1.6