Skip to content

v1.4.2

Latest
Compare
Choose a tag to compare
@Janther Janther released this 06 Jan 23:00
· 2 commits to main since this release
03b224d

New features

Format changes

// Original
import * as SomeSymbol from "AnotherFile.sol";

// [email protected]
import "AnotherFile.sol" as SomeSymbol;

// [email protected]
import * as SomeSymbol from "AnotherFile.sol";

Breaking changes

Full Changelog: v1.4.1...v1.4.2