Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 914 Bytes

3.0.2

  • add MultiPlatforms class for help to using any files have running problem in web/no_web environments

3.0.1

  • delete the material.dart file from the package imports
  • reduction of unused sections in import files

3.0.0

  • changed structure for support singleton and classic objects
  • update test & docs & examples

2.2.0

  • update documentations .
  • removed deprecated encrypt method.
  • removed deprecated decrypt method.
  • setting minimum required properties for create CryptoSimple object

2.1.0

  • add more documents .
  • deprecated encrypt method and replaced to encrypting .
  • deprecated decrypt method and replaced to decrypting .

2.0.0

  • add Randomized mode for encryption/decryption .
  • add XOR method for encryption/decryption .
  • add SUPER_XOR method for encryption/decryption .

1.1.1

  • add subKey on constructor.

1.0.0

  • initial release.