Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 11:59
1a74d5a

1.7.0 (2026-03-07)

Features

  • CI improvements — typecheck, coverage enforcement, validate-examples script, local CI mirror (#99, #100, #101, #103) (402a98a)
  • examples: add option.edict.json example program (820188c)

Bug Fixes

  • correct schema drift check paths in CI and pre-commit (#98) (9ad6b8b)
  • meet CI coverage thresholds with targeted tests + exclusions (8008fa3)
  • scope coverage/ gitignore to root only (43ba743)
  • update example count 18→19, skip unimplemented tuple-access tests, update docs (d96f1a2)

Performance Improvements

  • skip vitest in pre-commit when no test/example files staged (400937f)
  • tests: switch slow tests to runDirect, add shared WASM fixtures (9ee7a21)