Update CHANGELOGs
This commit is contained in:
parent
c8a8b851d8
commit
6a8c2cb717
@ -1,5 +1,9 @@
|
||||
# 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_
|
||||
|
||||
* Add missing EthersJs typescript typings as dependency
|
||||
|
@ -1,5 +1,9 @@
|
||||
# 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_
|
||||
|
||||
* 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)
|
||||
|
@ -10,6 +10,7 @@
|
||||
* Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts (#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)
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
|
||||
## v0.2.0 - _March 4, 2018_
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.0.2 - _TBD_
|
||||
## v0.0.2 - _TBD, 2018_
|
||||
|
||||
* Move example out into a separate sub-package
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
|
@ -1,3 +1,7 @@
|
||||
# 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_
|
||||
|
@ -1,5 +1,9 @@
|
||||
# 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_
|
||||
|
||||
* Use `ethers-contracts` as a backend to decode event args (#413)
|
||||
|
Loading…
x
Reference in New Issue
Block a user