Skip to content

Commit

Permalink
Add What's new
Browse files Browse the repository at this point in the history
  • Loading branch information
danang-id authored May 29, 2018
1 parent c247901 commit 2aaf66e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2aaf66e

Please sign in to comment.