Skip to content

Releases: mobusoperandi/eelco

v2.2.0

10 Aug 14:20
Compare
Choose a tag to compare

2.2.0 (2024-08-10)

Features

  • ignore pre-prompt repl warnings (367389a)

v2.1.0

27 Jul 14:51
Compare
Choose a tag to compare

2.1.0 (2024-07-27)

Features

  • no bail on first unexpected repl char (d20994d)

v2.0.0

29 Jun 15:11
Compare
Choose a tag to compare

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

v1.3.0

24 Feb 04:00
10d8664
Compare
Choose a tag to compare

1.3.0 (2024-02-22)

Features

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

v1.2.0

21 Feb 16:15
3d9bb73
Compare
Choose a tag to compare

1.2.0 (2024-02-21)

Features

  • support skipping examples (14d03a3)

v1.1.1

21 Feb 14:01
ffe8e9f
Compare
Choose a tag to compare

1.1.1 (2024-02-21)

Bug Fixes

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

v1.1.0

20 Feb 10:23
7b9ef00
Compare
Choose a tag to compare

1.1.0 (2024-02-20)

Features

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

v1.0.1

20 Feb 07:34
7f7becb
Compare
Choose a tag to compare

1.0.1 (2024-02-20)

Bug Fixes

v1.0.0

20 Feb 07:09
6cb3042
Compare
Choose a tag to compare

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)

v0.2.0

28 Jan 14:30
83e9c3d
Compare
Choose a tag to compare

0.2.0 (2024-01-28)

Features

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