[njs] Version 0.4.2.
Dmitry Volyntsev
xeioex at nginx.com
Tue Jul 7 12:25:34 UTC 2020
details: https://hg.nginx.org/njs/rev/b409e86fd02a
branches:
changeset: 1458:b409e86fd02a
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Jul 07 12:23:48 2020 +0000
description:
Version 0.4.2.
diffstat:
CHANGES | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 63b43891bc51 -r b409e86fd02a CHANGES
--- a/CHANGES Tue Jul 07 12:23:47 2020 +0000
+++ b/CHANGES Tue Jul 07 12:23:48 2020 +0000
@@ -1,3 +1,42 @@
+
+Changes with njs 0.4.2 07 Jul 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.
+ Thanks to Artem S. Povalyukhin.
+
+ *) 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 parsing of flags for regexp literals.
+
+ *) Bugfix: fixed index generation for global objects in generator.
+
+ *) Bugfix: fixed String.prototype.replace() according to the
+ specification.
+
+ *) 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.
Changes with njs 0.4.1 19 May 2020
More information about the nginx-devel
mailing list