Skip to content

Releases: danang-id/simple-crypto-js

2.1.3

05 Aug 07:40
e02c6be
Compare
Choose a tag to compare

What's New in 2.1.3

  • Fix jsDelivr link

Included from 2.1.2

  • Update missing file in NPM release

Included from 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.

2.1.2

05 Aug 07:35
7a43aea
Compare
Choose a tag to compare

What's New in 2.1.2

  • Update missing file in NPM release

Included from 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.

2.1.1

05 Aug 07:24
3f78b08
Compare
Choose a tag to compare

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.

2.1.0

05 Aug 07:19
c2ee49d
Compare
Choose a tag to compare

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.

2.0.2

29 May 01:34
2aaf66e
Compare
Choose a tag to compare

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.
  • 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.

2.0.1

29 May 01:23
c75eebd
Compare
Choose a tag to compare
Add badges

2.0.0

29 May 00:03
Compare
Choose a tag to compare
Add coverage status

1.0.0

16 Oct 12:31
Compare
Choose a tag to compare
Update README.md