Assertj Vavr Versions Save

Assertions for Vavr - http://www.vavr.io/

v0.4.3

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/assertj/assertj-vavr/compare/0.4.2...v0.4.3

0.4.2

2 years ago

What’s Changed

  • setup-java v2 (#146) @sullis
  • ci: add JDK 16 (#144) @sullis

Dependencies

  • Bump assertj-core from 3.20.1 to 3.20.2 (#154) @dependabot
  • Bump assertj-core from 3.20.0 to 3.20.1 (#153) @dependabot
  • Bump assertj-core from 3.19.0 to 3.20.0 (#150) @dependabot
  • Bump assertj-parent-pom from 2.2.10 to 2.2.13 (#151) @dependabot
  • Bump actions/cache from 2.1.5 to 2.1.6 (#149) @dependabot
  • Bump junit-bom from 5.7.1 to 5.7.2 (#148) @dependabot
  • Bump actions/cache from v2.1.4 to v2.1.5 (#147) @dependabot
  • Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#143) @dependabot

Contributors

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

Special thanks to all external contributors! 👏

v0.4.1

3 years ago

What’s Changed

Fixes

  • VavrAssumptions public methods return package-private types #141 (#142) @mchmielarz

Dependencies

  • Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#139) @dependabot
  • Bump junit from 4.13.1 to 4.13.2 (#140) @dependabot
  • Bump junit-bom from 5.4.2 to 5.7.1 (#137) @dependabot
  • Bump actions/cache from v2 to v2.1.4 (#138) @dependabot

Contributors

@dependabot and @mchmielarz

Special thanks to all external contributors! 👏

v0.4.0

3 years ago

What’s Changed

  • upgrade to assertj-core 3.18.0 (#125) @sullis

Features & Enhancements

  • Adds support of soft assertions (#133) @mchmielarz
  • Contains exactly in any order, Vavr version (#128) @mchmielarz

Fixes

  • Fixes malformed error message for Vavr assertions (#127) @mchmielarz

Dependencies

  • Bump assertj-core from 3.18.1 to 3.19.0 (#136) @dependabot
  • Bump assertj-parent-pom from 2.2.8 to 2.2.10 (#132) @dependabot
  • Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (#131) @dependabot
  • Bump assertj-core from 3.18.0 to 3.18.1 (#130) @dependabot
  • Bump actions/checkout from v2.3.3 to v2.3.4 (#129) @dependabot

Contributors

@dependabot, @pivovarit, @sullis and @mchmielarz

Special thanks to all external contributors! 👏

v0.3.0

3 years ago

What’s Changed

  • Drop JDK 14 build (#114) @pivovarit
  • Add CODEOWNERS (#92) @pivovarit

Features & Enhancements

  • add parent POM: assertj-parent-pom (#115) @sullis
  • upgrade to assertj-core 3.17.2 (#101) @sullis
  • Replace TravisCI with Github Actions (#91) @pivovarit
  • add Dependabot (#85) @sullis
  • Add SetAssert (#83) @moaxcp

Fixes

  • Removes warning from pom.xml (#106) @mchmielarz
  • fix Javadoc generation (#116) @sullis
  • fix JDK 15 build (#112) @sullis
  • Updating plugins so build works with jdk11 (#82) @moaxcp

Dependencies

  • Bump release-drafter/release-drafter from v5.11.0 to v5.12.1 (#124) @dependabot
  • Bump junit from 4.13 to 4.13.1 (#121) @dependabot
  • Bump actions/checkout from v2.3.2 to v2.3.3 (#120) @dependabot
  • Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 (#111) @dependabot
  • Bump vavr from 0.10.0 to 0.10.3 (#89) @dependabot
  • Bump maven-javadoc-plugin from 2.10.3 to 3.2.0 (#94) @dependabot
  • Bump maven-source-plugin from 2.4 to 3.2.1 (#88) @dependabot
  • Bump actions/checkout from v2.3.1 to v2.3.2 (#98) @dependabot
  • Bump actions/cache from v1 to v2 (#95) @dependabot
  • Bump junit from 4.12 to 4.13 (#90) @dependabot
  • maven-compiler-plugin 3.8.1 (#84) @sullis

Documentation

  • fix hyperlink in README (#119) @sullis
  • add Sean Sullivan to pom.xml (#117) @sullis
  • Updates README.md (#80) @mchmielarz

Contributors

@moaxcp, @pivovarit, @sullis and @mchmielarz

Special thanks to all external contributors! 👏

v0.2.0

4 years ago

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

5 years ago

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

v0.0.1

5 years ago

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