Skip to content

Releases: assertj/assertj-vavr

v0.4.3

03 Jun 15:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...v0.4.3

0.4.2

14 Jul 12:38
Compare
Choose a tag to compare

What’s Changed

Dependencies

Contributors

@dependabot, @dependabot[bot], @mchmielarz and @sullis

Special thanks to all external contributors! 👏

0.4.1

16 Mar 21:36
Compare
Choose a tag to compare

What’s Changed

Fixes

Dependencies

Contributors

@dependabot and @mchmielarz

Special thanks to all external contributors! 👏

0.4.0

01 Feb 21:08
Compare
Choose a tag to compare

What’s Changed

Features & Enhancements

Fixes

Dependencies

Contributors

@dependabot, @pivovarit, @sullis and @mchmielarz

Special thanks to all external contributors! 👏

0.3.0

22 Oct 20:32
Compare
Choose a tag to compare

What’s Changed

Features & Enhancements

Fixes

Dependencies

Documentation

Contributors

@moaxcp, @pivovarit, @sullis and @mchmielarz

Special thanks to all external contributors! 👏

v0.2.0

13 Dec 09:41
d73c40a
Compare
Choose a tag to compare

Enhancements

  • Introduces support for Multimap (#77)
  • Adds new MapAssert assertions (#56)
  • Adds hasValueSatisfying to EitherAssert (#69)
  • Adds assumptions (#62)
  • Updates error message for TryAssert.isSuccess (#73)

v0.1.0

14 Mar 15:48
72ec7c3
Compare
Choose a tag to compare

Enhancements

  • Introduces support for Map, Validation and Lazy types.
  • Adds isSuccess/isFailure to TryAssert.
  • Supports Vavr v0.10.0

Bugfixes

  • Provides possibility to assert whether a value held by Option/Either/Try is null

Initial release

23 Jul 20:49
Compare
Choose a tag to compare

Introduces assertions for Option, Try and Either types from Vavr.