Skip to content

Releases: disneystreaming/weaver-test

v0.5.0-RC2: monix-bio support

20 Sep 19:57
Compare
Choose a tag to compare
Pre-release

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

14 Sep 08:49
Compare
Choose a tag to compare

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 a String. 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 a String => 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

17 Aug 13:46
8c0f6e4
Compare
Choose a tag to compare

Adds an opt-in module containing specs2 matchers : #37

v0.4.2: global resources, ZIO 1.0

09 Aug 13:54
98c0793
Compare
Choose a tag to compare
  • 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

26 Jun 15:05
af5c3e0
Compare
Choose a tag to compare

This is a pre-release containing a global resource sharing feature. See the PR below for details :

#26

v0.4.1 : Minor cleanups, addition of a logo

24 Jun 12:09
Compare
Choose a tag to compare

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

16 Jun 10:43
36d19ff
Compare
Choose a tag to compare
Fix publish (#3)

* fix website publication
* fix sonatype publish