Skip to content

v1.4.2

Choose a tag to compare

@Janther Janther released this 06 Jan 23:00
· 423 commits to main since this release
03b224d

New features

Format changes

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

// prettier-plugin-solidity@v1.4.1
import "AnotherFile.sol" as SomeSymbol;

// prettier-plugin-solidity@v1.4.2
import * as SomeSymbol from "AnotherFile.sol";

Breaking changes

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