Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Latest commit

 

History

History
219 lines (116 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

219 lines (116 loc) · 4.24 KB

CHANGELOG

v6.2.1 - July 15, 2020

* Dependencies updated

v6.2.0 - June 24, 2020

* Add MaximumGasPrice contract, tooling, and unit tests (#2511)

v6.1.5 - March 3, 2020

* Dependencies updated

v6.1.4 - February 27, 2020

* Dependencies updated

v6.1.3 - February 26, 2020

* Dependencies updated

v6.1.2 - February 25, 2020

* Dependencies updated

v6.1.1 - February 15, 2020

* Dependencies updated

v6.1.0 - February 8, 2020

* Export `EvmBytecodeOutputLinkReferences` type. (#2462)

v6.0.0 - February 6, 2020

* New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer (#2455)

v5.1.4 - February 4, 2020

* Dependencies updated

v5.1.3 - January 22, 2020

* Dependencies updated

v5.1.2 - January 6, 2020

* Dependencies updated

v5.1.1 - December 17, 2019

* Dependencies updated

v5.1.0 - December 9, 2019

* Export function `encodeDutchAuctionAssetData` (#2373)

v5.0.0 - December 2, 2019

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Replaced the use of `SafeMath` with `LibSafeMath` (#2254)

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

* Dependencies updated

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

* Dependencies updated

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

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)

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

* Replaced the use of `SafeMath` with `LibSafeMath` (#2254)

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

* Dependencies updated

v4.0.8 - September 17, 2019

* Dependencies updated

v4.0.7 - September 3, 2019

* Dependencies updated

v4.0.6 - August 22, 2019

* Dependencies updated

v4.0.5 - August 8, 2019

* Dependencies updated

v4.0.4 - July 31, 2019

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

v4.0.3 - July 24, 2019

* Dependencies updated

v4.0.2 - July 15, 2019

* Dependencies updated

v4.0.1 - July 13, 2019

* Dependencies updated

v4.0.0 - July 13, 2019

* Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils` (#1848)
* Remove unused `LibOrder` inheritance (#1742)
* Refactor BalanceThresholdFilter to use new ITransactions interface (#1753)
* Update tests for rich reverts (#1761)

v3.1.5 - May 24, 2019

* Dependencies updated

v3.1.4 - May 15, 2019

* Dependencies updated

v3.1.3 - May 14, 2019

* Dependencies updated

v3.1.2 - May 10, 2019

* Dependencies updated

v3.1.1 - April 11, 2019

* Dependencies updated

v3.1.0 - March 21, 2019

* Run Web3ProviderEngine without excess block polling (#1695)

v3.0.0 - March 20, 2019

* Do not reexport external dependencies (#1682)
* Upgrade contracts to Solidity 0.5.5 (#1682)

v2.0.8 - March 1, 2019

* Dependencies updated

v2.0.7 - February 27, 2019

* Dependencies updated

v2.0.6 - February 26, 2019

* Dependencies updated

v2.0.5 - February 25, 2019

* Dependencies updated

v2.0.4 - February 9, 2019

* Dependencies updated

v2.0.3 - February 7, 2019

* Dependencies updated

v2.0.2 - February 7, 2019

* Fake publish to enable pinning

v2.0.1 - February 6, 2019

* Dependencies updated

v2.0.0 - February 5, 2019

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Move Forwarder contract into new package (#1539)
* Nest extensions under src directory (#1539)

v1.2.3 - January 17, 2019

* Dependencies updated

v1.2.2 - January 15, 2019

* Dependencies updated

v1.2.1 - January 11, 2019

* Dependencies updated

v1.2.0 - January 9, 2019

* Added Dutch Auction Wrapper (#1465)

v1.1.0 - Invalid date

* Added Balance Threshold Filter (#1383)
* Add OrderMatcher (#1117)
* Add OrderValidator (#1464)

v1.0.2 - December 13, 2018

* Dependencies updated