Skip to content

Releases: PraneshASP/vscode-solidity-inspector

Version 1.4.1

03 Sep 14:55
4ee6c3b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

  • 🔨 Hotfix: Update regex in #14

Version 1.0.0

05 Jun 16:59
7266085
Compare
Choose a tag to compare

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!