Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@nomicfoundation/[email protected]
Minor Changes
#753
b35c763
Thanks @AntonyBlakey! - Add tree query implementation asQuery::parse
andCursor::query
#755
8c260fc
Thanks @OmarTawfik! - support parsing NatSpec comments#908
ab3688b
Thanks @Xanewok! - Changed the cst.NodeType in TS to use more descriptive string values rather than 0/1 integers#886
0125717
Thanks @Xanewok! - AddTokenKind::is_trivia
#887
dff1201
Thanks @Xanewok! - Add support for constant function modifier removed in 0.5.0#885
a9bd8da
Thanks @Xanewok! - Flatten the trivia syntax nodes into sibling tokens#908
ab3688b
Thanks @Xanewok! - Add RuleNode/TokenNode::toJSON() in the TypeScript APIPatch Changes
#801
ecbba49
Thanks @OmarTawfik! - unreserve pragma keywords in all versions#869
951b58d
Thanks @OmarTawfik! - support dots in yul identifiers from0.5.8
till0.7.0
#890
1ff8599
Thanks @Xanewok! - Markoverride
as being a valid attribute only after 0.6.0#800
d1827ff
Thanks @OmarTawfik! - support unicode characters in string literals up to0.7.0
#797
86f36d7
Thanks @OmarTawfik! - fix source locations for unicode characters in error reports#854
4b8970b
Thanks @OmarTawfik! - parse line breaks without newlines#844
f62de9e
Thanks @OmarTawfik! - fix parsing empty/**/
comments#799
303dda9
Thanks @OmarTawfik! - prevent parsing multiple literals underStringExpression
before0.5.14
#847
6b6f260
Thanks @OmarTawfik! - prioritize parsingMultiLineComment
overMultiLineNatSpecComment
#796
59e1e53
Thanks @OmarTawfik! - addpublic
andinternal
toUnnamedFunctionAttribute
till0.5.0
#756
e839817
Thanks @OmarTawfik! - fix parsingpayable
primary expressions#851
67dfde8
Thanks @OmarTawfik! - fix selection order of prefix/postfix AST fields#857
f677d5e
Thanks @OmarTawfik! - renameFieldName
toNodeLabel
#852
ca79eca
Thanks @OmarTawfik! - allow parsingColonEqual
as two separate tokens before0.5.5
#889
ce5050f
Thanks @Xanewok! - Supportdelete
as an expression rather than a statement#923
bb30fc1
Thanks @Xanewok! - Support arbitrary ASCII escape sequences in string literals until 0.4.25#887
dff1201
Thanks @Xanewok! - Support view and pure function modifiers only from 0.4.16#800
d1827ff
Thanks @OmarTawfik! - renameAsciiStringLiteral
toStringLiteral
#838
ad98d1c
Thanks @OmarTawfik! - upgrade to rust1.76.0
#849
5c42e0e
Thanks @OmarTawfik! - addoverride
andvirtual
toConstructorAttribute
#862
5e37ea0
Thanks @Xanewok! - allow call options as a post-fix expression#786
0bfa6b7
Thanks @OmarTawfik! - support Yul label statements before0.5.0
#839
2d698eb
Thanks @OmarTawfik! - support string literals in version pragmas#891
70c9d7d
Thanks @Xanewok! - Fix parsing<NUMBER>.member
member access expression#842
2069126
Thanks @OmarTawfik! - addprivate
toUnnamedFunctionAttribute
till0.5.0
#840
7fb0d20
Thanks @OmarTawfik! - allowvar
inTupleDeconstructionStatement
before0.5.0