Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-04-18 18:36:11 +09:00
parent f6f2991a44
commit 85f28ade86
39 changed files with 366 additions and 149 deletions

View File

@@ -6,7 +6,8 @@
"note": "Allow an rpcURL to be set in Web3Config (for testnet RPC endpoints)",
"pr": 524
}
]
],
"timestamp": 1524044013
},
{
"timestamp": 1523462196,

View File

@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.3.5 - _April 11, 2018_
## 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
@@ -17,25 +21,25 @@ CHANGELOG
* Dependencies updated
## v0.3.1 - _March 17, 2018_
## 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 17, 2018_
## 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 15, 2018_
## v0.2.0 - _February 16, 2018_
* Remove subproviders (#392)
## v0.0.12 - _February 8, 2018_
## v0.0.12 - _February 9, 2018_
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
## v0.0.11 - _February 6, 2018_
## v0.0.11 - _February 7, 2018_
* Updated `types-ethereumjs-util` dev dependency (#352)