Releases: PraneshASP/vscode-solidity-inspector
Releases · PraneshASP/vscode-solidity-inspector
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
.tree
files in #21 - ♻️ Bulloak
scaffold
support 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
Version 1.0.0
This is the first major release of the vscode-solidity-extension
🎉. This release has been tested on Ubuntu 20.04 but it is expected to work as intended on other platforms as well.
Feature list:
- Flatten contract(s) directly from your context menu or from the command palette
- Inline highlighting of unused imports in the active file if any.
What's Changed
- ♻️ Add command to flatten files in #9
- ♻️ Highlight unused imports in the active contract by in #10
- 👷 chore: bump version in #13
- ♻️ Release
v1.0.0
:staging
->main
in #12
Feel free to open an issue if you notice any unexpected behavior. Happy coding!