details: http://hg.nginx.org/njs/rev/2a0a59728b5f branches: changeset: 530:2a0a59728b5f user: Dmitry Volyntsev <[email protected]> date: Thu May 31 18:52:02 2018 +0300 description: Version 0.2.1.
diffstat: CHANGES | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diffs (57 lines): diff -r e38c3f59e30c -r 2a0a59728b5f CHANGES --- a/CHANGES Thu May 31 16:34:36 2018 +0300 +++ b/CHANGES Thu May 31 18:52:02 2018 +0300 @@ -1,3 +1,53 @@ + +Changes with njs 0.2.1 31 May 2018 + + Nginx modules: + + *) Feature: HTTP request body getter. + + *) Improvement: moved njs vm to the main configuration. + + *) Improvement: improved logging for js_set and js_content directives. + + *) Improvement: setting status code to 500 by default in + js_content handler. + + *) Improvement: added the debug for the returned status code in + js_content. + + *) Bugfix: fixed error logging in js_include. + + Core: + + *) Feature: added array length setter. + + *) Improvement: public header cleanup. njscript.h is renamed to njs.h. + + *) Bugfix: fixed crypto update() method after digest() is called. + + *) Bugfix: fixed crypto.createHmac() for keys with size >= alg size + and < 64. + + *) Bugfix: fixed JSON.stringify() for arrays with empty cells. + + *) Bugfix: fixed exception type for unsupported types in + JSON.stringify(). + + *) Bugfix: fixed handling of undefined arguments of functions. + + *) Bugfix: fixed handling of missing arg of + Object.getOwnPropertyDescriptor(). + + *) Bugfix: fixed handling of properties in + Object.getOwnPropertyDescriptor(). + + *) Bugfix: fixed the writeable flag of Array.length property. + + *) Bugfix: fixed return value type of clearTimeout(). + + *) Bugfix: fixed njs_vm_external_bind(). + + *) Bugfix: miscellaneous additional bugs have been fixed. Changes with njs 0.2.0 3 Apr 2018 _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
