ScalaCheck v1.14.3 Release Notes

Release Date: 2019-12-14 // over 4 years ago
  • ๐Ÿš€ Release notes

    โšก๏ธ ScalaCheck 1.14.3 is a minor update from ScalaCheck 1.14.2, and it is binary compatible. This means that if you are using any other framework in combination with ScalaCheck, like ScalaTest or specs2 you can typically just bump the version of ScalaCheck in your build definition or wait for those libraries to transitively do it for you in their next update. You still need to make sure that the combination of frameworks you are using was built and tested together with each other, otherwise you can run into errors related to binary compatibility that are possibly very hard to debug.

    ๐Ÿš€ If you're using ScalaCheck as your only testing framework, you can safely update your build definition to use the latest ScalaCheck release, although you might not see compilation errors but there may be deprecation warnings due to expected changes in ScalaCheck's API.

    ๐Ÿš€ The detailed list of changes from the CHANGELOG for the 1.14.3. release are below.

    Compatibility

    • Binary compatible with 1.14.2 version of ScalaCheck.

    ๐Ÿ”„ Changed

    โšก๏ธ Update Scala.js to 1.0.0-RC2, previously was 1.0.0-M8.

    โšก๏ธ Update Scala.js to 0.6.31, previously was 0.6.29.

    ๐Ÿ›  Fixed

    • Ensure posNum and negNum always return values #568

    โž• Added

    • No added features.