Skip to content

Releases: typelevel/cats-effect-testing

0.3.0

04 Oct 17:22
v0.3.0
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Continuing to flesh out our feature-set. Major changes:

  • The Specs2 support is now generalized to any Effect, allowing convenient syntax for testing Monix Task and ZIO in addition to cats-effect's own IO. The CatsEffect trait represents the generalized version, while CatsIO is the mixin to use when testing with cats.effect.IO.
  • ScalaTest support is here!

Remember that this is an 0.x release, so no particular compatibility guarantees are made with anything outside the 0.3.x major/minor pair. We'll be moving to stabilize things more in the future.