Add CHANGELOG files to each sub-package

This commit is contained in:
Fabio Berger
2017-11-15 10:11:04 -05:00
parent 2411749594
commit 557faba31b
4 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# CHANGELOG
v0.0.4 - _Nov. 14, 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.

View File

@@ -0,0 +1,4 @@
# CHANGELOG
v0.0.0 - _Nov. 15, 2017_
------------------------

View File

@@ -0,0 +1,5 @@
# CHANGELOG
v0.6.7 - _Nov. 14, 2017_
------------------------
* Re-publish JSON-schema previously published under NPM package 0x-json-schemas

View File

@@ -0,0 +1,6 @@
# CHANGELOG
v0.1.0 - _Nov. 14, 2017_
------------------------
* Re-published TsLintConfig previously published under NPM package `tslint-config-0xproject`
* Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned.