* development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json
1.0 KiB
1.0 KiB
CHANGELOG
v0.3.5 - April 11, 2018
* Dependencies updated
v0.3.4 - April 2, 2018
* Dependencies updated
v0.3.3 - April 2, 2018
* Dependencies updated
v0.3.1 - March 17, 2018
* Reduce npm package size by adding an `.npmignore` file.
* Move `@0xproject/web3-wrapper` to dependencies from devDependencies.
v0.3.0 - March 17, 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
* Remove subproviders (#392)
v0.0.12 - February 8, 2018
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
v0.0.11 - February 6, 2018
* Updated `types-ethereumjs-util` dev dependency (#352)