mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
1.8 KiB
1.8 KiB
2.0.0 / 2016-12-20
- removed class instantiation. Removed
coinstring
dep.
1.4.0 / 2015-11-03
- added
progressCallback
. See: https://github.com/bitcoinjs/bip38/pull/16
1.3.0 / 2015-06-04
- use
createHash
andaes
directly. https://github.com/cryptocoinjs/bip38 - JavaScript Standard Style
1.2.0 / 2015-01-05
- removed dependency upon
aes
package since Browserify now supports aes Daniel Cousens - removed
crypto-browserify
devDep and removedbrowser
field frompackage.json
; no longer necessary - added method
verify()
Daniel Cousens
1.1.1 / 2014-09-19
- bugfix: enforce zero padding Daniel Cousens
- add MIT license to package.json
1.1.0 / 2014-07-11
- added methods
encryptRaw
anddecryptRaw
Daniel Cousens
1.0.0 / 2014-06-10
- upgraded
"scryptsy": "~0.2.0"
to"scryptsy": "^1.0.0"
- upgraded
"bigi": "~0.2.0"
to"bigi": "^1.2.0"
- removed
ecurve-names
dep - upgraded
"ecurve": "~0.3.0"
to"ecurve": "^0.8.0"
- removed semicolons per http://cryptocoinjs.com/about/contributing/#semicolons
- removed
crypto-hashing
dep - removed
bs58
dep, addedcoinstring
dep - removed
terst
forassert
- added TravisCI
- added Coveralls
- added testling
- removed static level methods, must call
new
0.1.0 / 2014-03-05
- added support to decrypt ECMultiplied keys, #1
- made constructor work without
new
- upgraded deps
ecurve
,ecurve-names
, andscryptsy
0.0.1 / 2014-02-28
- initial release