Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@ShiJbey ShiJbey released this 06 Feb 20:08
· 1 commit to main since this release

1.3.0 (2024-02-06)

Changed

  • breaking change: QueryResult.Bindings is now of type Dictionary<string, object>, mapping variables to their parsed values
  • breaking change: IQueryExpression.Evaluate() now accepts and returns a QueryState rather than a QueryResult.
  • Refactored internal project structure.

Added

  • Added Clear() Method to RePraxisDatabase as an alias to RePraxisDatabase.Root.ClearChildren().
  • Added QueryResult.LimitToVars() method to simplify limiting query results to a set of variables.
  • Added QueryState class to track intermediate query results