From 2aaf66e181f9d135fcd512b7f80e345620573bd1 Mon Sep 17 00:00:00 2001 From: Danang Galuh Tegar P <27526130+danang-id@users.noreply.github.com> Date: Tue, 29 May 2018 08:34:16 +0700 Subject: [PATCH] Add What's new --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c4c75e7..49d5cf8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,16 @@ ## Changes Log (What's New) +**What's New in 2.0.2** + +* Bugs fixed + +**Included from 2.0.1** + +* Add coverage service + +**Included from 2.0.0** + * Using only these functions to encrypt or decrypt: `encrypt()` and `decrypt()` (accepts string, object, number, or boolean data type). Function `encryptObject()` and `decryptObject()` is in deprecation as these functions are enough. * Securing instance's properties from public access. Access to instance properties, like `instance.secret`, is not allowed anymore. * New TypeScript definition file of this library is now available.