Skip to content

Release v0.0.24

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 19:35
7fa4052

Method chaining is powerful feature to write models and expose methods to support runtime filtering instead of compile time/construction time of source code graph

from now on 🚀 you'll be able to chain methods for JavaDoc object and methods. More support for entities and methods coming soon in future releases.

FIND method_declaration AS md WHERE md.getDoc().GetCommentAuthor() == "shivasurya"

What's Changed

Full Changelog: v0.0.23...v0.0.24