Changelog
Version 0.9.2
pragma
strings being rendered without whitespace.Changelog
Version 0.9.1
Changelog
Version 0.8.0
$$(range(3))
-> [0, 1, 2]
). Previously, it
would only emit the comma-separated contents, without brackets or spaces.Changelog
Version 0.7.0
$(...)
and $(...)
. This is a breaking change from previous versions that
used curly braces (${...}
and $${...}
). The rationale behind this change
is to produce fewer errors with popular Solidity linters.