Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 21:57

1.0.0 (2026-09-03)

⚠ BREAKING CHANGES

  • a call that passes the node where the context belongs now throws
    a TypeError instead of being silently accepted. Any suite doing that today passes
    while leaking a Harper instance, and will go red on upgrade — the point of the
    change, but it is a visible behavior change, so it is released as a major rather
    than slipped into a patch. Consumers on a ^0.7.x range opt in deliberately.

Bug Fixes

  • reject a Harper node where a test context is expected (#31) (8854fc8)