# HG changeset patch # User Yaroslav Zhuravlev # Date 1649713446 -3600 # Node ID eeac73766df41f5dc0faec72bd26e0198e0cce9b # Parent 2a4bd67824512234a97963620d4654bbc16a237f njs-0.7.3. diff -r 2a4bd6782451 -r eeac73766df4 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Mon Apr 04 18:34:46 2022 +0100 +++ b/xml/en/docs/njs/changes.xml Mon Apr 11 22:44:06 2022 +0100 @@ -9,9 +9,72 @@
+
+ + +Release Date: +12 April 2022 + + + +Core: + + + + +Feature: +added support of module resolution callback. +This feature allows the 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. + + + + + + +
+ +
diff -r 2a4bd6782451 -r eeac73766df4 xml/index.xml --- a/xml/index.xml Mon Apr 04 18:34:46 2022 +0100 +++ b/xml/index.xml Mon Apr 11 22:44:06 2022 +0100 @@ -7,6 +7,14 @@ + + +njs-0.7.3 +version has been +released. + + + nginx-1.21.6