CHANGELOG
* Dependencies updated
* Add `ZeroExRevertErrors` (#2540)
* Print full revert error in stack traces. (#2540)
* `ZeroExRevertErrors.Migrate` -> `ZeroExRevertErrors.Ownable` (#2564)
* `instanceof Array` => `Array.isArray` (#2567)
* Add more `ZeroExRevertErrors` (#2545)
* Add more `ZeroExRevertErrors` (#2576)
* Update `ZeroExRevertErrors` (#2597)
* Add more revert errors to `ZeroExRevertErrors` (#2610)
* Fix extra space in `provider.send` signature (#2428)
* Add `toTokenUnitAmount` and `fromTokenUnitAmount` (#2462)
* Add `hexUtils.isHex` (#2462)
* Accept `Buffer` type in `hexUtils.toHex()` (#2462)
* Added Broker, MixinWethUtils revert errors (#2455)
* Moved LibAssetDataTransfer revert errors into their own file (#2455)
* Allow for strict decoding of return values. (#2433)
* Dependencies updated
* Dependencies updated
* Added hex_utils (#2373)
* Re-export all `RevertErrors` (#2362)
* Removed exports AuthorizableRevertErrors, LibAddressArrayRevertErrors, LibBytesRevertErrors, OwnableRevertErrors, ReentrancyGuardRevertErrors and SafeMathRevertErrors (#2321)
* Decode `Parity` revert errors (#2341)
* Update BigNumber version to ~9.0.0 (#2342)
* Consolidated FixedMathRevertErrors (#2255)
* Changed provider_utils.providerUtils.getChainIdAsync() to invoke RPC method eth_chainId rather than net_version (#2270)
* Allow for array types in `RevertError`s. (#2075)
* Have Ganache `Error` -> `RevertError` coercion fail if it can't look up the selector. (#2109)
* Add `LibFixedMath` `RevertError` types. (#2109)
* Add `RawRevertError` `RevertError` type. (#2109)
* Make `RevertError.decode()` optionally return a `RawRevertError` if the selector is unknown. (#2109)
* Rename `length` field of `AuthorizableRevertErrors.IndexOutOfBoundsError` type to `len`. (#2109)
* Re-export all `RevertErrors` (#2362)
* Removed exports AuthorizableRevertErrors, LibAddressArrayRevertErrors, LibBytesRevertErrors, OwnableRevertErrors, ReentrancyGuardRevertErrors and SafeMathRevertErrors (#2321)
* Decode `Parity` revert errors (#2341)
* Update BigNumber version to ~9.0.0 (#2342)
* Consolidated FixedMathRevertErrors (#2255)
* Changed provider_utils.providerUtils.getChainIdAsync() to invoke RPC method eth_chainId rather than net_version (#2270)
* Allow for array types in `RevertError`s. (#2075)
* Have Ganache `Error` -> `RevertError` coercion fail if it can't look up the selector. (#2109)
* Add `LibFixedMath` `RevertError` types. (#2109)
* Add `RawRevertError` `RevertError` type. (#2109)
* Make `RevertError.decode()` optionally return a `RawRevertError` if the selector is unknown. (#2109)
* Rename `length` field of `AuthorizableRevertErrors.IndexOutOfBoundsError` type to `len`. (#2109)
* Dependencies updated
* Dependencies updated
* Add `SafeMathRevertErrors.SafeMathErrorCodes.Uint256DivisionByZero` (#2031)
* Updated to include `strictDecode` for decoding method arguments (#2018)
* Throw exception when trying to decode beyond boundaries of calldata (#2018)
* Dependencies updated
* Dependencies updated
* Add function deleteNestedProperty (#1842)
* Add `getChainIdAsync()` to `providerUtils` (#1742)
* More robust normalization of `uint256` types in `sign_typed_data_utils` (#1742)
* Add `RevertError`, `StringRevertError`, `AnyRevertError` types and associated utilities (#1761)
* Update `RevertError` construction to produce a readable `Error` message (#1819)
* Add `Error` -> `RevertError` functions (#1819)
* Add `toStringTag` symbol to `RevertError` (#1885)
* Fixed spelling error in ABI Encoder error message (#1808)
* Support for ABI encoding multibyte strings (fixes issue #1723) (#1806)
* Dependencies updated
* Added `startProviderEngine` to `providerUtils`. Preventing excess block polling (#1695)
* Dependencies updated
* Fix issue where process is not defined in browser context (#1660)
* Dependencies updated
* Export providerUtils which helps standardize all supported provider interfaces into the ZeroExProvider interface (#1627)
* Add `logUtils.table` and `logUtils.header` (#1638)
* Added method decoding to AbiDecoder (#1569)
* Cleaner signature parsing (#1592)
* Dependencies updated
* ABI Decode NULL for all data types (#1587)
* ABI Decode NULL as False (#1582)
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Dependencies updated
* Make `promisify` resolve when the callback error is undefined. (#1501)
* Add `should` prefix to names of properties in EncodingRules and DecodingRules (#1363)
* Add `logWithTime` to `logUtils` (#1461)
* Dependencies updated
* Optimized ABI Encoder/Decoder. Generates compressed calldata to save gas. Generates human-readable calldata to aid development.
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Make abi_decoder compatible with ethers ^4.0.0 (#1069)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Increased BigNumber decimal precision from 20 to 78 (#807)
* Store different ABIs for events with same function signature and different amount of indexed arguments (#933)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add `AbortController` polyfill to `fetchAsync` (#903)
* Add `fetchAsync` which adds a default timeout to all requests (#874)
* Dependencies updated
* Added errorUtils.spawnSwitchErr
* Add logUtils.warn (#589)
* Fixes uncaught Error in abi_decoder (#763)
* Dependencies updated
* Incorrect publish that was unpublished
* Dependencies updated
* Dependencies updated
* Update ethers-contracts to ethers.js (#540)
* Export NULL_BYTES constant (#500)
* Dependencies updated
* Make `AbiDecoder.addABI` public (#485)
* Dependencies updated
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface.
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
* Use `ethers-contracts` as a backend to decode event args (#413)
* Move web3 types from devDep to dep since required when using this package (#429)
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
* Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)
* Add `onError` parameter to `intervalUtils.setAsyncExcludingInterval` (#312)
* Add `intervalUtils.setInterval` (#312)