# HG changeset patch # User Yaroslav Zhuravlev # Date 1594139585 -3600 # Node ID ca1ccafab5ef6278a1aff8c325668d4e7e923675 # Parent 45cb60b3b7b24ebc0c581c602c8ff494266e0de4 njs-0.4.2. 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,145 @@
+
+ + +Release Date: +07 July 2020 + + + +Core: + + + + +Feature: +added RegExp.prototype[Symbol.replace]. + + + + + +Feature: +introduced line level backtrace. + + + + + +Feature: +added %TypedArray%.prototype.sort(). + + + + + +Feature: +extended +fs module. +Added +mkdir(), +readdir(), +rmdir(), +and friends. + + + + + +Improvement: +parser refactoring. + + + + + +Bugfix: +fixed TypedScript API description for HTTP headers. + + + + + +Bugfix: +fixed TypedScript API description for NjsByteString type. + + + + + +Bugfix: +fixed +String.prototype.repeat() +according to the specification. + + + + + +Bugfix: +fixed +String.prototype.replace() +according to the specification. + + + + + +Bugfix: +fixed parsing of flags for regexp literals. + + + + + +Bugfix: +fixed index generation for global objects in generator. + + + + + +Bugfix: +fixed %TypedArray%.prototype.copyWithin() +with nonzero byte offset. + + + + + +Bugfix: +fixed Array.prototype.splice() +for sparse arrays. + + + + + +Bugfix: +fixed Array.prototype.reverse() +for sparse arrays. + + + + + +Bugfix: +fixed Array.prototype.sort() +for sparse arrays. + + + + + + +
+ +
diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -14,6 +14,14 @@ mainline version has been released. + + +njs-0.4.2 +version has been +released. + + + unit-1.18.0 version has been