diff options
Diffstat (limited to 'packages/0x.js/CHANGELOG.json')
-rw-r--r-- | packages/0x.js/CHANGELOG.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index b39079ff2..3ec09cd7e 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,5 +1,41 @@ [ { + "version": "1.0.0", + "changes": [ + { + "note": "Remove tokenRegistry wrapper", + "pr": 863 + }, + { + "note": "Rename zeroEx.token to zeroEx.erc20Token, and add zeroEx.erc721Token", + "pr": 863 + }, + { + "note": "Rename zeroEx.proxy to zeroEx.erc20Proxy and add zeroEx.erc721Proxy", + "pr": 863 + }, + { + "note": + "Refactored ZeroEx.isValidSignature to zeroEx.isValidSignatureAsync. It is now async so that it can verify contract-dependent signature types", + "pr": 863 + }, + { + "note": + "Refactored signOrderHashAsync to ecSignOrderHashAsync. There are now many non-ECSignature ways to sign orders too.", + "pr": 863 + }, + { + "note": + "Removed createOrderWatcherAsync method. Will be added back once OrderWatcher is refactored for V2", + "pr": 863 + }, + { + "note": "0x.js exports renamed contract events and event arg types", + "pr": 863 + } + ] + }, + { "timestamp": 1531149657, "version": "0.38.5", "changes": [ |