Releases: MateuszKubuszok/scala-cli-md-spec
Releases · MateuszKubuszok/scala-cli-md-spec
0.2.0
- 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
.test.scalasnippets are runningtestinstead ofrun- Allow using Scala+Java snippets
0.1.0
- Allow grouping snippets in a single project
- Allow testing for standard output messages
0.0.2
Set JVM version explicitly to 11, so that code compiled with 11 could use it.
0.0.1
Initial version with functionality ported from scalalandio/chimney#525