aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/CHANGELOG.md
blob: 1e244ee7d575a205b877c986dbb829da0b9209c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.4 - _August 13, 2018_

    * Dependencies updated

## v1.0.3 - _July 26, 2018_

    * Dependencies updated

## v1.0.2 - _July 26, 2018_

    * Dependencies updated

## v1.0.1 - _July 23, 2018_

    * Dependencies updated

## v1.0.0 - _July 19, 2018_

    * Dependencies updated

## v0.4.6 - _July 18, 2018_

    * Dependencies updated

## v0.4.5 - _July 9, 2018_

    * Dependencies updated

## v0.4.4 - _June 19, 2018_

    * Dependencies updated

## v0.4.3 - _May 22, 2018_

    * Add optional parameter shouldUseFakeGasEstimate to Web3Config (#622)
    * Add SolidityProfiler to EnvVars (#675)

## v0.4.2 - _May 22, 2018_

    * Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589)
    * Move callbackErrorReporter over from 0x.js (#579)

## v0.4.1 - _May 4, 2018_

    * Dependencies updated

## v0.4.0 - _May 4, 2018_

    * Update web3 provider engine to 14.0.4 (#555)

## v0.3.6 - _April 18, 2018_

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

## 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)