details: https://hg.nginx.org/njs/rev/f15d039cf625 branches: changeset: 1835:f15d039cf625 user: Dmitry Volyntsev <xei...@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: _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org