Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2026 Changes in this version + type Assertion struct + Operator OpType + Path pathsyntax.Path + Value string + func ParseAssertion(expr string) (*Assertion, error) + func (a *Assertion) Evaluate(doc *frontmatter.Document) error + type OpType int + const OpContains + const OpEquals + const OpExists + const OpGreaterEqual + const OpGreaterThan + const OpLessEqual + const OpLessThan + const OpNotContains + const OpNotEquals + const OpNotExists