Skip to content

2025-01

Latest
Compare
Choose a tag to compare
@ivan-gomes ivan-gomes released this 23 Feb 16:27

New

  • Added the following operators in the PrimitiveConstraints of Queries:
    • <=, i.e. less than or equals
    • >=, i.e. greater than or equals
    • in - specified only, not implemented
    • instanceOf - specified only, not implemented
  • Converted PrimitiveConstraint#value to array(items = boolean | number | string | Identified) | null, which will allow Queries with arrays of constraint values, e.g. where(@type in [Comment, Documentation]).
  • Added alias attribute to Project, Branch, Tag, Commit, DataVersion, DataIdentity, and Query.
  • Added name attribute to Commit, DataVersion, DataIdentity, and Query (required for Query).