Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:40
· 130 commits to main since this release

1.0.0 (2026-09-01)

Bug Fixes

  • build: build dist before the smoke tier runs against it (a5c2f14)
  • keep unparseable instants and prototype-chain names inside the Evaluation result (395c651)
  • move coverage config from vitest.unit.config.ts to the root config (c4924ce)
  • resolve the JSON Schema export under legacy node10 resolution (6a9fa32)
  • write the generated schema as exactly its RFC 8785 canonical form (262fe5c)

Features

  • add derived connectives and aggregates as pure compositions (4bc549e)
  • generate a combined JSON Schema document from the node schemas (23d0df0)
  • implement AND/OR/NOT evaluation with a real compare/reference leaf (36f6fdd)
  • implement literal, reference-unit, arithmetic, and negate evaluation (07af76a)
  • implement lookup, conditional, fold, and delegate evaluation (8229613)
  • implement memberOf, exists, some, and every predicate evaluation (55752e2)
  • implement textCompare evaluation and add compare/textCompare coverage (002169f)
  • scaffold isomorphic package tooling and core evaluation schemas (a9b915e)