Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

65 lines (36 loc) · 1.51 KB

CHANGELOG

v0.8.1 - June 19, 2018

* Dependencies updated

v0.8.0 - June 1, 2018

* Incorrect publish that was unpublished

v0.7.0 - May 22, 2018

* Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579)

v0.6.3 - May 5, 2018

* Dependencies updated

v0.6.2 - May 4, 2018

* Dependencies updated

v0.6.1 - April 18, 2018

* Dependencies updated

v0.6.0 - April 11, 2018

* Add Provider type (#501)

v0.5.0 - April 2, 2018

* Make `DataItem.components` optional (#485)

v0.4.2 - April 2, 2018

* Dependencies updated

v0.4.0 - March 17, 2018

* Remove `JSONRPCPayload` (#426)
* Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)

v0.3.1 - March 7, 2018

* Added `RawLogEntry` type.

v0.3.0 - March 3, 2018

* Add `data` to `TxData` (#413)
* Add `number` as an option to `ContractEventArg` (#413)
* Move web3 types from devDep to dep since required when using this package (#429)

v0.2.1 - February 8, 2018

* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)

v0.2.0 - February 6, 2018

* Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)