Skip to content

Changelog - Code PathFinder

v0.0.23

New Feature:

  • Added support for variety of operators in check conditions. (such as !=, ==, >, <, in, like)
  • Added support for && and \|\| operators in check conditions.
  • Migrated all entity types to methods. (such as getVisibility())
  • Introduced Alias for entity types. (such as method_declaration AS md WHERE md.get_visibility())