3.0.0
What's New in 3.0.0
- Upgrade
crypto-js
dependency to version4.0.0
. This version ofcrypto-js
replacesMath.random()
method with native crypto module, and will cause breaking changes in some environments that does not support native crypto module, like IE 10 earlier and React Native. If you are affected by these changes, please use SimpleCrypto^2.5.0
.
For full change-log, please refer to CHANGELOG file.