From 5804c8eb7d30f85509b9988ae5670b6081a3242e Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 3 Apr 2018 13:57:42 +0300 Subject: [PATCH] Version 0.2.0. --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES b/CHANGES index 975b7679..107bdfcd 100644 --- 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, -- 2.47.3