details: https://hg.nginx.org/njs/rev/dfba7f61745c branches: changeset: 1695:dfba7f61745c user: Dmitry Volyntsev <xei...@nginx.com> date: Tue Aug 31 13:38:39 2021 +0000 description: Version 0.6.2.
diffstat: CHANGES | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diffs (35 lines): diff -r 8799bbb1cb5d -r dfba7f61745c CHANGES --- a/CHANGES Tue Aug 31 13:16:44 2021 +0000 +++ b/CHANGES Tue Aug 31 13:38:39 2021 +0000 @@ -1,3 +1,31 @@ +Changes with njs 0.6.2 31 Aug 2021 + + nginx modules: + + *) Bugfix: fixed CPU hog when js_filter is registered + in both directions. + + Core: + + *) Feature: introduced AggregateError implementation. + + *) Feature: added remaining Promise constructor methods. + The following methods were added: Promise.all(), + Promise.allSettled(), Promise.any(), Promise.race(). + + *) Improvement: removed recursion from code generator. + + *) Bugfix: fixed rest parameter parsing without binding + identifier. + + *) Bugfix: fixed resolve/reject callback for + Promise.prototype.finally(). + + *) Bugfix: fixed %TypedArray%.prototype.join() with + detached buffer. + + *) Bugfix: fixed memory leak in interactive shell. + Changes with njs 0.6.1 29 Jun 2021 *) Bugfix: fixed RegExpBuiltinExec() with UTF-8 only regexps. _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel