Skip to content

Latest commit

 

History

History
177 lines (104 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

177 lines (104 loc) · 4.37 KB

CHANGELOG

v3.1.7 - July 15, 2020

* Dependencies updated

v3.1.6 - June 24, 2020

* Dependencies updated

v3.1.5 - March 3, 2020

* Dependencies updated

v3.1.4 - February 27, 2020

* Dependencies updated

v3.1.3 - February 26, 2020

* Dependencies updated

v3.1.2 - February 25, 2020

* Dependencies updated

v3.1.1 - February 15, 2020

* Dependencies updated

v3.1.0 - February 8, 2020

* Update tests. (#2462)

v3.0.6 - February 6, 2020

* Dependencies updated

v3.0.5 - February 4, 2020

* Dependencies updated

v3.0.4 - January 22, 2020

* Dependencies updated

v3.0.3 - January 6, 2020

* Dependencies updated

v3.0.2 - December 17, 2019

* Dependencies updated

v3.0.1 - December 9, 2019

* Dependencies updated

v3.0.0 - December 2, 2019

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Introduced new export CoordinatorRevertErrors (#2321)
* Added dependency on @0x/contracts-utils (#2321)
* Add chainId to domain separator (#1742)
* Inherit Exchange domain constants from `exchange-libs` to reduce code duplication (#1742)
* Update domain separator (#1742)
* Refactor contract to use new ITransactions interface (#1753)
* Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor (#1753)
* Remove LibZeroExTransaction contract (#1753)
* Update tests for arbitrary fee tokens (ZEIP-28). (#1819)
* Update for new `marketXOrders` consolidation. (#2042)
* Use built in selectors instead of hard coded constants (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)

v2.1.0-beta.4 - December 2, 2019

* Dependencies updated

v2.1.0-beta.3 - November 20, 2019

* Dependencies updated

v2.1.0-beta.2 - November 17, 2019

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Introduced new export CoordinatorRevertErrors (#2321)
* Added dependency on @0x/contracts-utils (#2321)

v2.1.0-beta.1 - November 7, 2019

* Dependencies updated

v2.1.0-beta.0 - October 3, 2019

* Add chainId to domain separator (#1742)
* Inherit Exchange domain constants from `exchange-libs` to reduce code duplication (#1742)
* Update domain separator (#1742)
* Refactor contract to use new ITransactions interface (#1753)
* Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor (#1753)
* Remove LibZeroExTransaction contract (#1753)
* Update tests for arbitrary fee tokens (ZEIP-28). (#1819)
* Update for new `marketXOrders` consolidation. (#2042)
* Use built in selectors instead of hard coded constants (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)

v2.0.13 - September 17, 2019

* Dependencies updated

v2.0.12 - September 3, 2019

* Dependencies updated

v2.0.11 - August 22, 2019

* Dependencies updated

v2.0.10 - August 8, 2019

* Dependencies updated

v2.0.9 - July 31, 2019

* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

v2.0.8 - July 24, 2019

* Dependencies updated

v2.0.7 - July 15, 2019

* Dependencies updated

v2.0.6 - July 13, 2019

* Dependencies updated

v2.0.5 - July 13, 2019

* Dependencies updated

v2.0.4 - May 24, 2019

* Dependencies updated

v2.0.3 - May 15, 2019

* Dependencies updated

v2.0.2 - May 14, 2019

* Dependencies updated

v2.0.1 - May 10, 2019

* Dependencies updated

v2.0.0 - April 11, 2019

* Make `decodeOrdersFromFillData`, `getCoordinatorApprovalHash`, and `getTransactionHash` public (#1729)
* Make `assertValidTransactionOrdersApproval` internal (#1729)

v1.1.0 - March 21, 2019

* Run Web3ProviderEngine without excess block polling (#1695)

v1.0.0 - March 20, 2019

* Created Coordinator package
* Use separate EIP712 domains for transactions and approvals (#1705)
* Add `SignatureType.Invalid` (#1705)
* Set `evmVersion` to `constantinople` (#1707)