Skip to content

Commit 9b98e6a

Browse files
committed
prepare v0.1.2
1 parent 5fccf5f commit 9b98e6a

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
*-lock.json
2-
31
# Logs
42
logs
53
*.log

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"solidity security",
1414
"solidity audit"
1515
],
16-
"version": "0.1.1",
16+
"version": "0.1.2",
1717
"publisher": "tintinweb",
1818
"icon": "images/icon.png",
1919
"engines": {

src/features/whatsnew/whatsNew.js

+20
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,26 @@ ___
3636
3737
The complete changelog can be found [here](https://github.com/ConsenSys/vscode-solidity-auditor/blob/master/CHANGELOG.md).
3838
39+
## v0.1.2
40+
41+
- new: decorate/highlight immutable state vars (<span style="color:#9932cc">![#9932cc](https://via.placeholder.com/15/9932cc/000000?text=+)</span>) - #97 (thanks @RomiRand)
42+
<img width="381" alt="image" src="https://user-images.githubusercontent.com/2865694/163415669-7d45d698-2be1-49a3-80b4-c6e2ed861d11.png">
43+
44+
- update: dependencies ([email protected])
45+
- new: configuration option to enable the \`surya.mdreport\` "negative Modifiers" feature, see [surya#162](https://github.com/ConsenSys/surya/pull/162)
46+
- enabling \`solidity-va.tools.surya.option.negModifiers\` will list all modifiers observed in the file with the ones that are not being used with the listed method being ~~striked-through~~
47+
48+
![image](https://user-images.githubusercontent.com/2998191/155733325-7a6187b8-e63e-4410-a312-aa2a1c940e31.png)
49+
50+
Note that the report can be generated either via the \`report\` codelense or by selecting files in the \`Solidity Visual Developer View → right-click → Surya: generate report\`.
51+
52+
<img width="401" alt="image" src="https://user-images.githubusercontent.com/2865694/163411802-49e91a8d-df9e-44ca-8c62-23510d7c9a4a.png">
53+
54+
<img width="398" alt="image" src="https://user-images.githubusercontent.com/2865694/163412288-20e621df-b715-4074-b8f8-033a4b758002.png">
55+
56+
57+
- fix: typos & links to placeholder[.]com - #93 #91 (thanks @almndbtr)
58+
3959
## v0.1.1 - ❄️🎄🏂🎄❄️
4060
4161
- fix: type resolving and declaration link for inherited statevars

0 commit comments

Comments
 (0)