Releases: PraneshASP/vscode-solidity-inspector
Releases · PraneshASP/vscode-solidity-inspector
Version 1.5.1
What's Changed
- fix: remove --pretty flag from storage inspector by @zilayo in #57
- ♻️ Add gas dashboard by @PraneshASP in #58
New Contributors
Full Changelog: v1.4.1...v1.5.0
Version 1.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
What's Changed
- ♻️ Inline separators in #43
- 🛠️ Refactor Import suggestions in #42
- ♻️ Add statusbar item for deployment summary in #44
- ♻️ Display contract size in #45
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
What's Changed
- ✨ Auto-import path suggestions (with forge remappings support) in #38
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- ♻️ Parse tree files for errors in #22
- ♻️ Add Basic syntax highlight support for
.treefiles in #21 - ♻️ Bulloak
scaffoldsupport for test stub generation in #23 - ✨ Release v1.2.0 in #26
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
Version 1.0.3
What's Changed
- ⚒️ Disable unused import highlighting if there's Solhint rule
no-unused-imports- PR: #18
Version 1.0.2
What's Changed
- 🔨 Added support for import style:
import { Foo as Bar } from "./Foo.sol"; - PR: #16
Version 1.0.1
What's Changed
- 🔨 Hotfix: Update regex in #14