- bugfix:
1.1.0only checked for support ofwindow.msCrypto, didn't actually add, this bugfix actually adds it
- added support for
window.msCryptofor Internet Explorer
-
added Travis-CI support
-
added Testling support
-
changed method default return type
old way:
var data = secureRandom(10) //return Uint8Array by defaultnew way:
var data = secureRandom(10) //returns Array by default- added
Buffertype - added
randomArray()method - added
randomUint8Array() - added
randomBuffer()
- removed browserify hack, replaced with
package.jsonsetting. weilu / #1
- explicitly force check for
window.crypto
- modified code so that Browserify doesn't include the Node.js
cryptopackabe client-side
- initial release