Skip to content

Commit 31d0012

Browse files
committed
Merge branch 'release/4.0.0'
2 parents fc90e5a + ba08310 commit 31d0012

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ console.log(decryptedData); // [{id: 1}, {id: 2}]
212212

213213
## Release notes
214214

215+
### 4.0.0
216+
217+
This is an update including breaking changes for some environments.
218+
219+
In this version `Math.random()` has been replaced by the random methods of the native crypto module.
220+
221+
For this reason CryptoJS might does not run in some JavaScript environments without native crypto module. Such as IE 10 or before or React Native.
222+
215223
### 3.3.0
216224

217225
Rollback, `3.3.0` is the same as `3.1.9-1`.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crypto-js",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "JavaScript library of crypto standards.",
55
"license": "MIT",
66
"homepage": "http://github.com/brix/crypto-js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crypto-js",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "JavaScript library of crypto standards.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)