Skip to content

Releases: scalameta/munit

v1.3.0

12 Apr 14:51

Choose a tag to compare

Features

Build and dependency updates

v1.2.4

04 Mar 05:34

Choose a tag to compare

Further logging changes

Following up on --log=xxx parameter added in v1.2.3, let's modify it to take the standard logging levels instead and adjust which events are logged at more detailed levels:

Miscellaneous

Build and dependency updates

v1.2.3

26 Feb 10:00

Choose a tag to compare

Suppress successful and skipped tests from logs

Use the new --log=failure to only log failing tests to reduce verboseness of CI logs or to keep the context window small when working with coding agents. Docs https://scalameta.org/munit/docs/troubleshooting.html#control-test-logging-verbosity

  • Add --log=failure option to improve noise/signal ratio in logs (#1049) @olafurpg

Pull Requests

v1.2.2

28 Jan 11:35
b824bb2

Choose a tag to compare

Features and bugfixes:

Infra

Updates

v1.2.1

13 Oct 04:09
bf3b851

Choose a tag to compare

Pull Requests

v1.2.0

12 Sep 11:06
cf5450e

Choose a tag to compare

Pull Requests

  • PlatformCompat: define jsJVM/isJS/isNative as final val (#988) @iRevive
  • bugfix: Add back FutureCompat to avoid binary compat issues (#987) @tgodzik

v1.1.2

11 Sep 17:17
21d03e8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

29 Apr 17:21
3b8a255

Choose a tag to compare

Pull Requests

v1.1.0

21 Jan 18:13

Choose a tag to compare

Important changes

These changes control output in case of assert failure and include minor API changes (only in rare cases of method overrides), hence minor version bump:

  • Add DiffOptions implicit parameter:
  • Diff: swap the order of expected-vs-obtained (#875) @kitbellew
    • previously, the actual results were shown in red (removed) and expected in green (added) which led to occasional cases of confusion with standard git diff output (which shows these changes in the "normal" way)

Miscellaneous

Build and dependency updates

v1.0.4

07 Jan 11:38
7c8a172

Choose a tag to compare

Notable Changes

Pull Requests