diff options
Diffstat (limited to 'packages/sol-cov/CHANGELOG.json')
-rw-r--r-- | packages/sol-cov/CHANGELOG.json | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json index 8a622162f..051730441 100644 --- a/packages/sol-cov/CHANGELOG.json +++ b/packages/sol-cov/CHANGELOG.json @@ -1,13 +1,24 @@ [ { - "version": "0.2.0", + "timestamp": 1532357734, + "version": "1.0.1", "changes": [ { - "note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter", + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1532043000, + "version": "1.0.0", + "changes": [ + { + "note": + "Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter`", "pr": 589 }, { - "note": "Implement SolCompilerArtifactAdapter and TruffleArtifactAdapter", + "note": "Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter`", "pr": 589 }, { @@ -19,7 +30,7 @@ "pr": 589 }, { - "note": "Fixed a bug causing RegExp to crash if contract code is longer that 32767 characters", + "note": "Fixed a bug causing `RegExp` to crash if contract code is longer that 32767 characters", "pr": 675 }, { @@ -55,11 +66,12 @@ "pr": 675 }, { - "note": "Fix solcVersion regex in parameter validation", + "note": "Fix `solcVersion` regex in parameter validation", "pr": 690 }, { - "note": "Fix a bug when in TruffleArtifactsAdapter causing it to throw if compiler.json is not there", + "note": + "Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there", "pr": 690 }, { @@ -67,7 +79,7 @@ "pr": 690 }, { - "note": "Create `RevertTraceSubprovider` which prints a stack trace when a REVERT is detected", + "note": "Create `RevertTraceSubprovider` which prints a stack trace when a `REVERT` is detected", "pr": 705 }, { @@ -77,6 +89,15 @@ ] }, { + "timestamp": 1531919263, + "version": "0.1.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1531149657, "version": "0.1.2", "changes": [ |