From: Dmitry Volyntsev Date: Tue, 31 Jul 2018 11:32:34 +0000 (+0300) Subject: Version 0.2.3. X-Git-Tag: 0.2.3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=950db7306c8dfb8a59ec845ebba2602a7e238b5a;p=njs.git Version 0.2.3. --- diff --git a/CHANGES b/CHANGES index e09f7cd2..4e1bc2d5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,49 @@ +Changes with njs 0.2.3 31 Jul 2018 + + nginx modules: + + *) Bugfix: making a subrequest from a Reply object caused + a segmentation fault. + + *) Bugfix: getting the parent property of the main Request + object caused a segmentation fault. + + Core: + + *) Feature: added the pretty string representation for values. + + *) Feature: correctly printing floating point numbers. + + *) Feature: correctly parsing floating point numbers. + + *) Feature: String.bytesFrom() method (decoding hex, base64, + base64url into a byte string). + + *) Feature: String.padStart() and String.padEnd() methods. + + *) Feature: added support of binary literals. + + *) Improvement: added information about illegal token in number parsing. + + *) Improvement: allowed uppercased O in octal literal values. + + *) Improvement: added support for multiple arguments in console.log(). + + *) Bugfix: fixed applying call() to methods of external values. + + *) Bugfix: fixed addition operator applied to an object. + + *) Bugfix: fixed exception handling in njs_vm_value_to_ext_string(). + + *) Bugfix: fixed Number() with boolean, null and undefined arguments. + + *) Bugfix: fixed error handling of setting non-numeric Array.length. + + *) Bugfix: fixed autocompletion for global objects. + + *) Bugfix: miscellaneous additional bugs have been fixed. + Changes with njs 0.2.2 19 Jun 2018 nginx modules: