[njs] Version 0.7.3.
Dmitry Volyntsev
xeioex at nginx.com
Tue Apr 12 04:27:05 UTC 2022
details: https://hg.nginx.org/njs/rev/f15d039cf625
branches:
changeset: 1835:f15d039cf625
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon Apr 11 21:22:32 2022 -0700
description:
Version 0.7.3.
diffstat:
CHANGES | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r d3ac18fd1cda -r f15d039cf625 CHANGES
--- a/CHANGES Mon Apr 11 15:55:14 2022 -0700
+++ b/CHANGES Mon Apr 11 21:22:32 2022 -0700
@@ -1,3 +1,23 @@
+Changes with njs 0.7.3 12 Apr 2022
+
+ Core:
+
+ *) Feature: added support of module resolution callback.
+ This feature allows a host environment to control
+ how imported modules are loaded.
+
+ *) Bugfix: fixed backtraces while traversing imported user
+ modules.
+
+ *) Bugfix: fixed Array.prototype.concat() when "this" is a slow
+ array.
+
+ *) Bugfix: fixed frame allocation from an awaited frame.
+
+ *) Bugfix: fixed allocation of large array literals.
+
+ *) Bugfix: fixed interpreter when "toString" conversion fails.
+
Changes with njs 0.7.2 25 Jan 2022
Core:
More information about the nginx-devel
mailing list