Release v0.0.24
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
- Bump npm package version by @shivasurya in #88
- Move javadoc entity into primary core entity by @shivasurya in #92
- Support Method Chaining for Attributes and Entities by @shivasurya in #93
- Add more testcase by @shivasurya in #94
- v0.0.24 release by @shivasurya in #95
Full Changelog: v0.0.23...v0.0.24