Skip to content

Releases: disneystreaming/weaver-test

v0.6.10: Wait for global resource to release before ending tests

16 Feb 12:44
5eda2f2
Compare
Choose a tag to compare

Highlight

Fixes a bug that would lead to global resources not being finalised correctly, due to build tools prematurely killing forked JVMs.

The bug is fixed by preventing the last task from yielding back to the build tool until the finalisation of global resources is complete.

What's Changed

New Contributors

Full Changelog: v0.6.9...v0.6.10

v0.6.9 : Publish monix/monixBIO modules against Scala 3 (bis)

01 Dec 11:42
693196e
Compare
Choose a tag to compare

Only the core-module of Monix ended up being published in last version. This release addresses that, and also enables publishing for MonixBIO against Scala 3

What's Changed

Full Changelog: v0.6.8...v0.6.9

v0.6.8 : Publish monix module against Scala 3

01 Dec 08:58
3d80dfb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.7...v0.6.8

v0.6.7

18 Oct 07:45
5ed1c80
Compare
Choose a tag to compare

What's Changed

  • Make it easier for suites to be written against monad transformers. See #387
  • Add a non-overloaded alias for test that takes only the shared resource as a parameter, to facilitate patmat. See #404
  • Version bumps

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6: Fix path-relativisation edge-case bug on Windows

30 Aug 09:18
2cfec59
Compare
Choose a tag to compare

See #364

Path roots between pwd and source-file path are now compared before relativisation.

v0.6.5 : fs2 upgrade

26 Aug 17:33
Compare
Choose a tag to compare
  • upgrades fs2 to 3.1.1 (not a trivial change in the case of zio, because of fiber refs)
  • removes framework stub as it gets in the way of some dynamic framework detection tooling

0.6.4/0.7.4: Incorporate Expecty fixes

23 Jun 12:26
c182dce
Compare
Choose a tag to compare
  • Fixes #313
  • Various patch upgrades of dependencies

0.6.3/0.7.3: Scala 3 final

18 May 07:06
4a24315
Compare
Choose a tag to compare

This is the first release published against Scala 3 final!

There's no functional changes compared to 0.6.2, just documentation improvements and dependency upgrades.

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

23 Apr 21:33
e4a0dce
Compare
Choose a tag to compare

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

v0.6.1: small fixes and improvements

12 Apr 14:12
Compare
Choose a tag to compare
  • Relax constraint on implicit Prop to make it work with zio : #258
  • Add a stricter version of expect.same that doesn't default to universal equality : #262