Files
protocol/packages/types/CHANGELOG.md
2018-03-04 17:02:50 +01:00

472 B

CHANGELOG

v0.3.0 - March 4, 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 9, 2018

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

v0.2.0 - February 7, 2018

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