Skip to content

Releases: ReplicaTest/REPLica

v0.6.2

21 Dec 22:11
a6b8146

Choose a tag to compare

Technical change: upgrade to Idris 0.8.0

v0.6.0

07 Jan 21:10
a6b8146

Choose a tag to compare

  • CHANGE:

    • exit error code has changed:
      • we don't count error after 128
      • error code semantic is more precise and documented
      • error text when calling replica is sent to stderr
  • INTERNAL:

    • pre-commit hooks

v0.6.1

16 Dec 08:57
3ded84e

Choose a tag to compare

Just a version bump of nix and dhall.

v0.5.2

31 Dec 15:21
5184249

Choose a tag to compare

Explicit version management.

v0.5.1

30 Dec 09:36
c25bcc9

Choose a tag to compare

Two major changes internally that doesn't impact the API:

  • Upgrade to Idris2 v0.6.0
  • Full nix support (nix is used in CI, the nix flake provides a nix develop and a nix check alternative)

v0.5

14 Oct 14:28

Choose a tag to compare

The main addition to this release is suites, that helps you to organise your tests.

Other additions:

  • track tests duration
  • spaces in tests names

v0.4.1

25 Sep 18:01
954d35e

Choose a tag to compare

Upgrade to Idris2 v0.5.1

v0.4.0

25 Jun 21:01
9e36c85

Choose a tag to compare

See CHANGELOG to see what's new.

v0.3.1

10 Jun 13:49
5a3b536

Choose a tag to compare

Fixdoc (#49)

* fix set doc globalDir -> goldenDir

* typo

* prepare 0.3.1

v0.3

26 May 18:54
a6d1986

Choose a tag to compare

[ documentation ] gitignore and Makefile (#44)

* Add test file to json config

* Documentation on how to start a project