aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 05:42:28 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 05:42:28 +0800
commit617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874 (patch)
treeead02bc743ea15c32e43e9d348328c15becb4943 /packages
parent8bd4e38d021d806c2ff442e3475a30e55655825c (diff)
downloaddexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar.gz
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar.bz2
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar.lz
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar.xz
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.tar.zst
dexon-sol-tools-617ef5b6cefcdac67ba6af7af24d8f8cbdb6a874.zip
@0xproject/sol-cov@1.0.0
Diffstat (limited to 'packages')
-rw-r--r--packages/sol-cov/CHANGELOG.json16
-rw-r--r--packages/sol-cov/package.json2
2 files changed, 10 insertions, 8 deletions
diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json
index 038ba5654..7308bffb6 100644
--- a/packages/sol-cov/CHANGELOG.json
+++ b/packages/sol-cov/CHANGELOG.json
@@ -1,13 +1,14 @@
[
{
- "version": "0.2.0",
+ "version": "1.0.0",
"changes": [
{
- "note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter",
+ "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 +20,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 +56,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 +69,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
},
{
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index ea0b3f46b..d838ee420 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-cov",
- "version": "0.1.3",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},