Skip to content

v2.0.0-pre13 - Java 17, isNullEmpty Method and Exposure of ChildNodeList by AST Nodes

Pre-release
Pre-release
Compare
Choose a tag to compare
@douira douira released this 08 Apr 16:35
· 10 commits to main since this release
78198ea
  • Update to Java 17 because it's the LTS release
  • Update gradle wrapper to 8.0.2
  • Remove old compatibility code
  • Added two tests that demonstrate a method that adds a declaration if it doesn't exist (using the ED index) and a transform that moves unsized array specifiers around
  • Expose the ChildNodeList as a return type on ASTNode subclasses that contain lists of children
  • Added isNullEmpty to ChildNodeList that is like isEmpty but also return true if there are only null items in the list

Full Changelog: v2.0.0-pre12...v2.0.0-pre13