]> git.kaiwu.me - njs.git/commitdiff
Version 0.2.0. 0.2.0
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Apr 2018 10:57:42 +0000 (13:57 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Apr 2018 10:57:42 +0000 (13:57 +0300)
CHANGES

diff --git a/CHANGES b/CHANGES
index 975b76796306ca8521eacac8ee76f939fa78d561..107bdfcd9ccad89cc833d8c1601dfaf100040815 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,25 @@
 
+Changes with nJScript 0.2.0                                      3 Apr 2018
+
+    *) Feature: reporting njs version by CLI.
+
+    *) Feature: textual description for type converting exceptions.
+
+    *) Feature: setTimeout() and clearTimeout() methods.
+
+    *) Feature: Byte string to hex, base64, base64url encodings.
+
+    *) Feature: Node.js style crypto methods.
+
+    *) Feature: HTTP and stream warn() and error() methods.
+
+    *) Feature: HTTP subrequest() method.
+
+    *) Feature: HTTP return() method.
+
+    *) Bugfix: miscellaneous bugs have been fixed in the core and
+       interactive shell.
+
 Changes with nJScript 0.1.15                                     20 Nov 2017
 
     *) Feature: Error, EvalError, InternalError, RangeError,