Files
protocol/packages/assert/CHANGELOG.md

1.3 KiB

CHANGELOG

v0.2.12 - June 19, 2018

* Dependencies updated

v0.2.11 - June 1, 2018

* Incorrect publish that was unpublished

v0.2.10 - May 22, 2018

* Dependencies updated

v0.2.9 - May 5, 2018

* Dependencies updated

v0.2.8 - May 4, 2018

* Dependencies updated

v0.2.7 - April 18, 2018

* Dependencies updated

v0.2.6 - April 11, 2018

* Dependencies updated

v0.2.5 - April 2, 2018

* Dependencies updated

v0.2.4 - April 2, 2018

* Dependencies updated

v0.2.0 - March 7, 2018

* Rename `isHttpUrl` to `isWebUri` (#412)

v0.1.0 - March 3, 2018

* Remove isETHAddressHex checksum address check and assume address will be lowercased  (#373)
* Add an optional parameter `subSchemas` to `doesConformToSchema` method (#385)

v0.0.18 - February 8, 2017

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

v0.0.4 - November 13, 2017

* Re-publish Assert previously published under NPM package @0xproject/0x-assert
* Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.