[njs] Version 0.2.3.

Dmitry Volyntsev xeioex at nginx.com
Tue Jul 31 11:33:11 UTC 2018


details:   http://hg.nginx.org/njs/rev/e83f41520613
branches:  
changeset: 575:e83f41520613
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Jul 31 14:32:34 2018 +0300
description:
Version 0.2.3.

diffstat:

 CHANGES |  45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 5f00966ffff8 -r e83f41520613 CHANGES
--- a/CHANGES	Mon Jul 30 20:00:31 2018 +0300
+++ b/CHANGES	Tue Jul 31 14:32:34 2018 +0300
@@ -1,3 +1,48 @@
+
+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
 


More information about the nginx-devel mailing list