You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.1.1 / 2014-06-30
------------------
* bugfix: `1.1.0` only checked for support of `window.msCrypto`, didn't actually add, this bugfix actually adds it
1.0.0 / 2014-06-03
------------------
* added Travis-CI support
* added Testling support
* changed method default return type
old way:
```js
var data = secureRandom(10) //return Uint8Array by default
```
new way:
```js
var data = secureRandom(10) //returns Array by default
```
* added `Buffer` type
* added `randomArray()` method
* added `randomUint8Array()`
* added `randomBuffer()`