Files
protocol/packages/deployer/CHANGELOG.md
Leonid Logvinov 03902b0b26 Merge pull request #419 from 0xProject/fix/deployer-args
Improve an error message when an incorrect number of constructor param…
2018-03-08 01:25:31 -08:00

483 B

CHANGELOG

v0.2.0 - March 4, 2018

* Check dependencies when determining if contracts should be recompiled (#408)
* Improve an error message for when deployer is supplied with an incorrect number of constructor arguments (#419)

v0.1.0 - February 16, 2018

* Add the ability to pass in specific contracts to compile in CLI (#400)

v0.0.8 - February 9, 2018

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