Skip to content

Releases: PraneshASP/vscode-solidity-inspector

Version 1.5.1

28 Jul 19:59
7444f14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

Version 1.4.1

03 Sep 14:55
4ee6c3b

Choose a tag to compare

What's Changed

  • 🔨 Fix Hardhat artifacts path detection in #51
  • 🔨 Fix import path suggestion in #52

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

23 Jul 14:05
b1b8226

Choose a tag to compare

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

12 Feb 17:42
5563e62

Choose a tag to compare

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

16 Dec 17:36
b121e30

Choose a tag to compare

What's Changed

  • ⚒️ Remove name check for the Tree files in #32
  • 🔨 Fix regex for matching import statements in #33

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

03 Nov 17:44
d7e5cf6

Choose a tag to compare

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

31 Oct 16:39
d28e5dd

Choose a tag to compare

What's Changed

  • ♻️ Add deployment report viewer in #20

Full Changelog: v1.0.3...v1.1.0

Version 1.0.3

12 Jul 16:15
c2d0ef2

Choose a tag to compare

What's Changed

  • ⚒️ Disable unused import highlighting if there's Solhint rule no-unused-imports - PR: #18

Version 1.0.2

05 Jul 11:04
a81d746

Choose a tag to compare

What's Changed

  • 🔨 Added support for import style: import { Foo as Bar } from "./Foo.sol";
  • PR: #16

Version 1.0.1

08 Jun 11:18
cbe6968

Choose a tag to compare

What's Changed

  • 🔨 Hotfix: Update regex in #14