Skip to content

Releases: google/summit-ast

Summit 2.2.0 (2024-03-10)

11 Mar 06:23
beb9e62
Compare
Choose a tag to compare

Major changes since last version:

Minor changes since last versin:

  • Interpret relative paths on command line correctly

(Thanks to Andreas Dangel for these contributions.)

Summit 2.1.1 (2023-12-22)

22 Dec 19:35
5b7a78f
Compare
Choose a tag to compare

Minor changes since last version:

  • Fix multithreading issues and provide parse exceptions

Summit 2.1.0 (2023-03-14)

14 Mar 22:30
36a8c41
Compare
Choose a tag to compare

Major changes since last version:

  • Upgrade apex-parser dependency to version 2.17.0.
  • Represent DmlStatement.AccessLevel for explicit user- or system-modes.

Minor changes since last version:

  • Upgrade build to Bazel 6.0.0.
  • Add .bazelversion file for bazelisk (thanks to Zack Whipkey).
  • Skeleton classes for future symbol resolution.

Summit 2.0.0 (2022-11-28)

28 Nov 21:46
d9718dc
Compare
Choose a tag to compare

Major changes since last version:

  • Represent SOQL and SOSL bound expressions and query strings.
  • Introduce VariableDeclarationGroup to split per-variable and shared aspects of declarations (similar to FieldDeclarationGroup).
  • Split SoqlOrSoslExpression into SoqlExpression and SoslExpression.
  • Represent enum values.

Minor changes since last version:

  • Add TypeRef.getTypeErasedString().
  • Reorder getChildren() for class body declarations, with all properties before all methods.
  • Reorder getChildren() for methods, with parameters before the body.
  • Code cleanup.
  • Add spanOf method for SourceLocations.

Summit 1.0.0 (2022-09-15)

28 Nov 21:55
dca1374
Compare
Choose a tag to compare

This is the first release of Summit AST.