Skip to content

v0.6.0

Compare
Choose a tag to compare
@ty1824 ty1824 released this 17 May 17:30
· 15 commits to main since this release
842d864

Additional improvements to the new Inkt query format.

  • Queries are now invoked using QueryContext.query rather than an implicit invoke on the query definition.
  • Backdating support has been implemented - if a dependent query re-executes with the same value as it previously had, downstream queries will not require recomputation.

Misc changes to Dialector

  • Node.getDescendants now has the proper return type.
  • Reference resolution now supports a reified extension function.