Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 2.24 KB

Changelog

1.3.0 (2024-02-22)

Features

  • no restriction on what expression examples eval into (e458ca0)

1.2.0 (2024-02-21)

Features

  • support skipping examples (14d03a3)

1.1.1 (2024-02-21)

Bug Fixes

  • eprint example id when failing to parse it (202e8ef), closes #88

1.1.0 (2024-02-20)

Features

  • non-flake export using flake-compat (756dcef)

1.0.1 (2024-02-20)

Bug Fixes

1.0.0 (2024-02-20)

⚠ BREAKING CHANGES

  • repl example must have trailing blank line

Features

  • expression examples (23a36fd)
  • support assignment in repl examples (221f195)

Bug Fixes

  • race between printing to stderr and terminating (0fe24b8)

0.2.0 (2024-01-28)

Features

  • no debug fmt in result mismatch output (9f7d700)
  • rm extraneous LF from result mismatch output (51e9aa6)