1.9 KiB
1.9 KiB
CHANGELOG
v0.1.0-beta.1 - November 6, 2019
* Dependencies updated
v0.1.0-beta.0 - October 3, 2019
* Use built in selectors instead of hard coded constants (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Add `marketBuy/SellOrdersNoThrow` and `marketBuy/SellOrdersFillOrKill` to `LibTransactionDecoder`. (#2075)
* `run_mocha` package script runs with `UNLIMITED_CONTRACT_SIZE=true` environment variable. (#2075)
v0.0.10 - September 17, 2019
* Dependencies updated
v0.0.9 - September 3, 2019
* Dependencies updated
v0.0.8 - August 22, 2019
* Dependencies updated
v0.0.7 - August 8, 2019
* Dependencies updated
v0.0.6 - July 31, 2019
* Dependencies updated
v0.0.5 - July 31, 2019
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
v0.0.5 - July 24, 2019
* Dependencies updated
v0.0.4 - July 15, 2019
* Dependencies updated
v0.0.3 - July 13, 2019
* Dependencies updated
v0.0.2 - July 13, 2019
* Dependencies updated
v0.0.1 - Invalid date
* Create dev-utils package (#1848)
* Add `LibAssetData` and `LibTransactionDecoder` contracts (#1848)
* Refactor `LibAssetData` to only check 0x-specific allowances (#1848)
* Refactor `LibAssetData` balance/allowance checks to never revert (#1848)
* Refactor `OrderValidationUtils` to calculate `fillableTakerAssetAmount` (#1848)
* Add support for StaticCallProxy (#1863)
* Add `OrderTransferSimulationUtils` contract for simulating order transfers on-chain (#1868)
* Updated to use the new rich error pattern from @0x/contracts-exchange (#1913)