Skip to content

2.1.1

Compare
Choose a tag to compare
@danang-id danang-id released this 05 Aug 07:24
3f78b08

What's New in 2.1.0

  • Update dependency
  • Fix missing web bundler as distribution build tool for the Web (using webpack)
  • Use of partial import instead of full import to minimise the size of distributed build file

Included from 2.0.2

  • Bugs fixed
  • Remove gulp

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.
  • Fixed documentation (typos, diction, etc).
  • For contributor: Using mocha, chai and coveralls to create full unit-testing of the library. You could see testing result on top of this README.
  • For contributor: Using gulp to compile the TypeScript source code into JavaScript ES5.