Skip to content

0.17.0

Compare
Choose a tag to compare
@nene nene released this 27 Mar 08:04
· 721 commits to master since this release

Breaking changes

  • Renamed common_table_expression to common_table_expr (for consistency with other _expr node types).

New features

  • paramTypes now supports new type "@`name`" #37
  • cstVisitor now supports skipping child nodes by returning VistorAction.SKIP.