Skip to content

Latest commit

 

History

History
293 lines (162 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

293 lines (162 loc) · 6.07 KB

CHANGELOG

v3.1.36 - August 6, 2021

* Dependencies updated

v3.1.35 - June 22, 2021

* Dependencies updated

v3.1.34 - June 11, 2021

* Dependencies updated

v3.1.33 - June 2, 2021

* Dependencies updated

v3.1.32 - May 25, 2021

* Dependencies updated

v3.1.31 - May 21, 2021

* Dependencies updated

v3.1.30 - May 5, 2021

* Dependencies updated

v3.1.29 - April 28, 2021

* Dependencies updated

v3.1.28 - April 1, 2021

* Dependencies updated

v3.1.27 - March 17, 2021

* Dependencies updated

v3.1.26 - February 24, 2021

* Dependencies updated

v3.1.25 - February 10, 2021

* Dependencies updated

v3.1.24 - January 26, 2021

* Dependencies updated

v3.1.23 - January 13, 2021

* Dependencies updated

v3.1.22 - January 4, 2021

* Dependencies updated

v3.1.21 - December 23, 2020

* Dependencies updated

v3.1.20 - December 17, 2020

* Dependencies updated

v3.1.19 - December 16, 2020

* Dependencies updated

v3.1.18 - December 9, 2020

* Dependencies updated

v3.1.17 - December 7, 2020

* Dependencies updated

v3.1.16 - December 3, 2020

* Dependencies updated

v3.1.15 - November 19, 2020

* Dependencies updated

v3.1.14 - November 13, 2020

* Dependencies updated

v3.1.13 - November 3, 2020

* Dependencies updated

v3.1.12 - November 3, 2020

* Dependencies updated

v3.1.11 - November 2, 2020

* Dependencies updated

v3.1.10 - October 28, 2020

* Dependencies updated

v3.1.9 - October 27, 2020

* Dependencies updated

v3.1.8 - October 21, 2020

* Dependencies updated

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)