Skip to content

Releases: solidity-parser/parser

v0.8.0

14 Sep 14:30
8f05893
Compare
Choose a tag to compare

This release adds support for expressions of the form a.b in assembly. This only makes sense for some very specific cases, but it's easier and more future-proof to just allow any expression with that syntax.

v0.7.1

01 Sep 18:52
3b1a8e5
Compare
Choose a tag to compare

This release fixes a minor issue with how the values of version pragmas are handled. Relevant PR: #27