Skip to content

Latest commit

 

History

History
91 lines (45 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

91 lines (45 loc) · 3.64 KB

2.2.0 (2024-08-10)

Features

  • ignore pre-prompt repl warnings (367389a)

2.1.0 (2024-07-27)

Features

  • no bail on first unexpected repl char (d20994d)

2.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • flake: nix provided via NIX_CMD_PATH

Features

  • do not rely on nix experimental (15e84f7)
  • does not rely on a pty (e8adac0)
  • flake: nix provided via NIX_CMD_PATH (b478c9d)
  • multiline results (c8b068c)
  • rewrite result mismatch error (b2b0190)

Bug Fixes

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)