v0.6.0
Additional improvements to the new Inkt query format.
- Queries are now invoked using
QueryContext.query
rather than an implicitinvoke
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.