diff options
Diffstat (limited to 'packages/sol-cov/CHANGELOG.json')
-rw-r--r-- | packages/sol-cov/CHANGELOG.json | 56 |
1 files changed, 38 insertions, 18 deletions
diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json index 7e934ad6e..3b6071801 100644 --- a/packages/sol-cov/CHANGELOG.json +++ b/packages/sol-cov/CHANGELOG.json @@ -3,11 +3,27 @@ "version": "0.2.0", "changes": [ { + "note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter", + "pr": 589 + }, + { + "note": "Implement SolCompilerArtifactAdapter and TruffleArtifactAdapter", + "pr": 589 + }, + { + "note": "Properly parse multi-level traces", + "pr": 589 + }, + { + "note": "Add support for solidity libraries", + "pr": 589 + }, + { "note": "Fixed a bug causing RegExp to crash if contract code is longer that 32767 characters", "pr": 675 }, { - "note": "Fixed a bug caused by Geth debug trace depth being 1-indexed", + "note": "Fixed a bug caused by Geth debug trace depth being 1indexed", "pr": 675 }, { @@ -49,33 +65,37 @@ { "note": "HUGE perf improvements", "pr": 690 + }, + { + "note": "Create `RevertTraceSubprovider` which prints a stack trace when a REVERT is detected", + "pr": 705 + }, + { + "note": "Add source code snippets to stack traces printed by `RevertTraceSubprovider`", + "pr": 725 } ] }, { - "timestamp": 1527009134, - "version": "0.1.0", + "timestamp": 1529397769, + "version": "0.1.1", "changes": [ { - "note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter", - "pr": 589 - }, - { - "note": "Implement SolCompilerArtifactAdapter and TruffleArtifactAdapter", - "pr": 589 - }, - { - "note": "Properly parse multi-level traces", - "pr": 589 - }, - { - "note": "Add support for solidity libraries", - "pr": 589 + "note": "Dependencies updated" } ] }, { - "timestamp": 1527009133, + "version": "0.1.0", + "changes": [ + { + "note": "Incorrect publish that was unpublished" + } + ], + "timestamp": 1527810075 + }, + { + "timestamp": 1527009134, "version": "0.0.11", "changes": [ { |