UNPKG

3 kBMarkdownView Raw
10.7.0 / 2014-06-11
2------------------
3* updated `"ecurve": "^0.6.0"` to `"ecurve": "^0.8.0"`
4* removed `terst` for `assert`
5
60.6.0 / 2014-06-03
7------------------
8* added field `pubKeyHash` and alias `publicHash`
9* removed semicolons (CryptoCoinJS should no longer use them)
10
110.5.0 / 2014-06-03
12------------------
13* add TravisCI
14* add Coveralls
15* upgraded `secure-random@~0.2.1` to `secure-random@^1.0.0` dev dep
16* removed `ecurve-names` dep, functionality is now present in `ecurve`
17* upgraded from `ecurve@~0.3.x` to `ecurve@^0.6.0`
18* removed static field `compressByDefault`
19* field `compressed` is now set to `true` by default
20* upgraded `terst` dev dep to `0.2.0`
21* upgraded `bigi@~0.2.0` to `bigi@^1.1.0`
22* add testling
23
240.4.2 / 2014-04-17
25------------------
26* bugfix: fixed `compressed` when `new` isn't used with the constructor. #12
27
280.4.1 / 2014-04-14
29------------------
30* bugfix: fixed input when `new` isn't used with the constructor. #11, #9
31
320.4.0 / 2014-03-09
33------------------
34* Dropped sha256 and ripemd160 deps. Upgraded to crypto-hashing library.
35* removed function wrapper
36* Changed the way the constuctor works. Only supports input types of `Array`, `Buffer`, or `Uint8Array`. Does NOT randomly generate a private key anymore.
37* added `publicKey` property
38* ~~added `pubKeyHash`/`publicHash` property~~
39* added `publicPoint`, removed `getPubPoint()`
40* removed `getPub()`, use `publicKey` instead
41* removed `getPubKeyHash()`, use `publicHash` or `pubKeyHash` instead
42* removed `sign()` and `verify()`, methods can be accessed from [ecdsa](https://github.com/cryptocoinjs/ecdsa)
43* added `privateExportKey`
44* removed `getExportedPrivateKey`, note that `getExportedPrivateKey` was essentially just a way to get WIF
45* removed `decodeString()`, use package [coinstring][coinstring] in its place
46* removed `getBitcoinAddress()`, use package [coinstring][coinstring] in its place
47* removed `setCompressed`, use `compressed` property instead
48* removed deps: `ecdsa`, `convert-hex`, `btc-address`, `bs58`
49* updated deps: `ecurve` and `ecurve-names`
50* removed `pubKeyHash` property, removes dependency upon `crypto-hashing`
51* removed dep `crypto-hashing`
52
530.3.0 / 2014-02-03
54------------------
55* Removed bower and component support. Closes #8
56* Upgraded version number so that `cryptocoin` could install. Changes in `0.2.1` could qualify for a `0.3.0`.
57
580.2.1 / 2014-01-23
59------------------
60* Update dependency package names/versions
61
620.2.0 / 2013-12-07
63------------------
64* added `recoverPubKey()` from package `ecdsa`
65* updated to `ecdsa` `0.2.0`
66* [remiq](https://github.com/remiq) fixed `getExportedPrivateKey()`, see: https://github.com/cryptocoinjs/eckey/pull/2
67* updated name of deps: `bigi` and `bs58`
68
690.1.1 / 2013-12-05
70------------------
71* typo in `toString()` method. Closes #1
72
730.1.0 / 2013-11-20
74------------------
75* changed package name
76* removed AMD support
77
780.0.1 / 2013-11-12
79------------------
80* initial release
81
82[coinstring]: https://github.com/cryptocoinjs/coinstring
\No newline at end of file