Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 1.12 KB

CHANGELOG

v0.3.6 - April 18, 2018

* Allow an rpcURL to be set in Web3Config (for testnet RPC endpoints) (#524)

v0.3.5 - April 12, 2018

* Dependencies updated

v0.3.4 - April 2, 2018

* Dependencies updated

v0.3.3 - April 2, 2018

* Dependencies updated

v0.3.1 - March 18, 2018

* Reduce npm package size by adding an `.npmignore` file.
* Move `@0xproject/web3-wrapper` to dependencies from devDependencies.

v0.3.0 - March 18, 2018

* Add coverage subprovider if SOLIDITY_COVERAGE env variable is true (#426)
* Refactor `BlockchainLifecycle` to work with in-process ganache (#426)
* Remove `RPC` class and move it's logic to `Web3Wrapper` (#426)

v0.2.0 - February 16, 2018

* Remove subproviders (#392)

v0.0.12 - February 9, 2018

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

v0.0.11 - February 7, 2018

* Updated `types-ethereumjs-util` dev dependency (#352)