Skip to content

v0.6.2: per forall configurable seeds, zio ce3 interop

Compare
Choose a tag to compare
@Baccata Baccata released this 23 Apr 21:33
· 218 commits to master since this release
e4a0dce

These changes should be source-compatible with the v0.6.x/v0.7.x series.

User facing changes :

  • Checkers#forall calls can now be configured individually (forall.withConfig(...){ (a : A) => ... }
  • zio-ce3 interop is now supported (part of the 0.7.x series)

Fixes:

  • scalajs now uses the js native Date type
  • global resources failing should now lead to the test task failing in the build tool