# HG changeset patch # User Yaroslav Zhuravlev # Date 1528286628 -10800 # Node ID 65fc7e90b8494ea3b3d3e38d04c8e6dc0bb2ef15 # Parent b37374af4099b91a0d68eec2e3c3b0bb6d651588 Added release notes for njs 0.2.1. diff -r b37374af4099 -r 65fc7e90b849 xml/en/docs/njs/njs_changes.xml --- a/xml/en/docs/njs/njs_changes.xml Tue Jun 05 16:58:19 2018 +0300 +++ b/xml/en/docs/njs/njs_changes.xml Wed Jun 06 15:03:48 2018 +0300 @@ -9,9 +9,175 @@
+
+ + +Release Date: +31 May 2018 + + + +nginx modules: + + + + +Feature: +HTTP request body getter. + + + + + +Improvement: +moved njs vm to the main configuration. + + + + + +Improvement: +improved logging for + and + directives. + + + + + +Improvement: +setting status code to 500 by default in the + handler + + + + + +Improvement: +added the debug for the returned status code in + handler + + + + + +Bugfix: fixed error logging in +. + + + + + + + +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. + + + + + + +
+ +