Skip to content

Releases: MateuszKubuszok/scala-cli-md-spec

0.2.0

12 Oct 12:42
9ac15bf

Choose a tag to compare

0.2.0 Pre-release
Pre-release
  • handle cross-compiling snippets (e.g. //> using scala 2.13.16 3.3.6)
  • display the progress of testing in %
  • display which tests exactly failed
  • allow to dry run the tests to see which test would be run (all or filtered) (with --list-only) - can be used to check filers or see the names we can use in filters

0.1.1

13 May 21:15

Choose a tag to compare

0.1.1 Pre-release
Pre-release
  • .test.scala snippets are running test instead of run
  • Allow using Scala+Java snippets

0.1.0

08 May 08:19

Choose a tag to compare

0.1.0 Pre-release
Pre-release
  • Allow grouping snippets in a single project
  • Allow testing for standard output messages

0.0.2

05 May 21:45

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Set JVM version explicitly to 11, so that code compiled with 11 could use it.

0.0.1

05 May 21:44

Choose a tag to compare

0.0.1 Pre-release
Pre-release

Initial version with functionality ported from scalalandio/chimney#525