Update CHANGELOGs

This commit is contained in:
Brandon Millman 2018-03-13 18:16:31 -07:00
parent c8a8b851d8
commit 6a8c2cb717
6 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## v0.33.2 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.33.1 - _March 8, 2018_ ## v0.33.1 - _March 8, 2018_
* Add missing EthersJs typescript typings as dependency * Add missing EthersJs typescript typings as dependency

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## v0.2.5 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.2.4 - _March 4, 2018_ ## v0.2.4 - _March 4, 2018_
* Add a `backend` parameter that allows you to specify the Ethereum library you use in your templates (`web3` or `ethers`). Ethers auto-converts small ints to numbers whereas Web3 doesn't. Defaults to `web3` (#413) * Add a `backend` parameter that allows you to specify the Ethereum library you use in your templates (`web3` or `ethers`). Ethers auto-converts small ints to numbers whereas Web3 doesn't. Defaults to `web3` (#413)

View File

@ -10,6 +10,7 @@
* Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts (#426) * Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts (#426)
* Remove 0x-specific `migrate` command (#426) * Remove 0x-specific `migrate` command (#426)
* Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core (#426) * Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core (#426)
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.2.0 - _March 4, 2018_ ## v0.2.0 - _March 4, 2018_

View File

@ -1,5 +1,6 @@
# CHANGELOG # CHANGELOG
## v0.0.2 - _TBD_ ## v0.0.2 - _TBD, 2018_
* Move example out into a separate sub-package * Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)

View File

@ -1,3 +1,7 @@
# CHANGELOG # CHANGELOG
## v0.0.2 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.0.1 - _March 8, 2018_ ## v0.0.1 - _March 8, 2018_

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## v0.4.1 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.4.0 - _March 4, 2018_ ## v0.4.0 - _March 4, 2018_
* Use `ethers-contracts` as a backend to decode event args (#413) * Use `ethers-contracts` as a backend to decode event args (#413)