diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-12 01:06:38 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-07-12 01:06:38 +0800 |
commit | 30011db6d7e7cf80b7b627b38200ae066d218a28 (patch) | |
tree | 3e0caac3a93895f2580791926b16ec1298a563b7 /packages/0x.js/CHANGELOG.json | |
parent | b6ac132c789939414e2aba911246e6a931facea4 (diff) | |
download | dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar.gz dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar.bz2 dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar.lz dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar.xz dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.tar.zst dexon-0x-contracts-30011db6d7e7cf80b7b627b38200ae066d218a28.zip |
Add changelog entry
Diffstat (limited to 'packages/0x.js/CHANGELOG.json')
-rw-r--r-- | packages/0x.js/CHANGELOG.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index b39079ff2..a3acea854 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,5 +1,34 @@ [ { + "version": "1.0.0", + "changes": [ + { + "note": "Remove tokenRegistry wrapper" + }, + { + "note": "Rename zeroEx.token to zeroEx.erc20Token, and add zeroEx.erc721Token" + }, + { + "note": "Rename zeroEx.proxy to zeroEx.erc20Proxy and add zeroEx.erc721Proxy" + }, + { + "note": + "Refactored ZeroEx.isValidSignature to zeroEx.isValidSignatureAsync. It is now async so that it can verify contract-dependent signature types" + }, + { + "note": + "Refactored signOrderHashAsync to ecSignOrderHashAsync. There are now many non-ECSignature ways to sign orders too." + }, + { + "note": + "Removed createOrderWatcherAsync method. Will be added back once OrderWatcher is refactored for V2" + }, + { + "note": "0x.js exports renamed contract events and event arg types" + } + ] + }, + { "timestamp": 1531149657, "version": "0.38.5", "changes": [ |