Releases: disneystreaming/weaver-test
v0.5.0-RC2: monix-bio support
This is a second release candidate for version 0.5.0
- Adds support for monix-bio, courtesy of @bfdes
- Scalajs version can be used in non CommonJS modules (in other words, weaver now can be used to test browser code)
v0.5.0-RC1: Intellij plugin / monix support
Changeset : v0.4.3...v0.5.0-RC1
- Decouple EffectSuite from Expecations.Helpers
- Adds Monix support
- Adds an Intellij plugin
Compatibility
This change breaks compatibility in a couple ways :
-
test
methods now require a TestName instead of aString
. TestName is a wrapper containing a string a source location. It is used for IDE support. The end-user should not see much of a difference as aString => TestName
implicit conversion method is provided. -
EffectSuite does not extend
Expectations.Helpers
anymore. However,IOSuite
and co still do (the inheritance relationship has been pushed down the hierarchy to facilitate customisation
v0.4.3: specs2 matchers
Adds an opt-in module containing specs2 matchers : #37
v0.4.2: global resources, ZIO 1.0
- adds a mechanism to share resources globally across test suites
- bumps zio-interop-cats to the first version published for zio 1.0.0
- prevents bloop from logging a number of empty results by avoiding to rely on test tasks
v0.4.2-RC1: sharing resources globally
This is a pre-release containing a global resource sharing feature. See the PR below for details :
v0.4.1 : Minor cleanups, addition of a logo
Changeset : v0.4.0...v0.4.1
- ZIOSuite now extends ConcurrentEffectSuite
- Un-necessary type parameter in forall methods (scalacheck integration) were removed
- Bumped the zio-interop-cats artifact
Courtesy of @salc2 for the logo 😄
v0.4.0 : first public release
Fix publish (#3) * fix website publication * fix sonatype publish