Skip to content

Releases: rallyhealth/scalacheck-ops

v2.12.0

15 Oct 21:31
48fe50a
Compare
Choose a tag to compare

What's Changed

  • Upgrade to latest versions of libraries by @jeffmay in #66

Full Changelog: v2.11.0...v2.12.0

v2.11.0

14 Oct 16:39
Compare
Choose a tag to compare

What's Changed

  • Switch from Travis CI to Github Workflow by @jeffmay in #55
  • Update README to specify 1.16 and Scala.js/Native by @mdedetrich in #56
  • Add support for Scala.js and Scala Native by @mdedetrich in #54
  • Add OffsetDateTime Java Time Generators by @mdedetrich in #48
  • Adds link to the maven badges and cleans it up by @mdedetrich in #59
  • 🔥 Remove support for Scala 2.11 and scalacheck-ops 1.12 by @jeffmay in #61
  • 🐛 Use custom GitHub ci.yml workflow by @jeffmay in #63
  • Update and apply scalafmt by @mdedetrich in #57
  • ✨ Add support for scalacheck 1.17 using a shared 1.x artifact by @jeffmay in #64
  • Add scmInfo to build.sbt by @jeffmay in #67
  • Cleanup build errors when generating scaladoc by @jeffmay in #68

Full Changelog: v2.10.0...v2.11.0

v2.10.0

08 Oct 01:50
90e4202
Compare
Choose a tag to compare
v2.10.0 Pre-release
Pre-release

SOME ARTIFACTS WERE NOT PUBLISHED FOR THIS VERSION

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

04 Aug 23:43
b92aaff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.2...v2.9.0

Support Scala 3 and drop support for Scala 2.11

14 Jan 01:16
8d53310
Compare
Choose a tag to compare

What's Changed

  • For 1-15, potentially drop Scala 2.11 support and add Scala 3 by @russellremple in #41

Full Changelog: v2.7.1...v2.8.0

Remove requirement for ClassTag on extension methods to support io.estatico.newtype

26 Jul 05:53
Compare
Choose a tag to compare
  • Fixes issue in 2.7.0 release where test scope libraries were added as compile scope dependencies by accident
  • Deprecated .getOrThrow in favor of .head
  • Deprecated .randomOrThrow() in favor of .nextRandom()
  • Added .nextRandomIterator() as a better alternative to .sampleIterator
  • Deprecated .toUnboundedIterator
  • Added Izumi Reflect as a fallback for missing ClassTag
  • Added unit tests for @newtype and @newsubtype value generators

Binary compatible with v2.6.0, but not source compatible. Most methods have been carried over and deprecated, but some will no longer be accessible by default.

USE 2.7.0 INSTEAD

20 Jul 19:12
Compare
Choose a tag to compare
USE 2.7.0 INSTEAD Pre-release
Pre-release
v2.7.0

Address binary compatibility issues

Publish to Sonatype / Maven Central

19 Apr 19:46
Compare
Choose a tag to compare
v2.6.0

Switch from publishing to Bintray to Sonatype

Upgrade versions of SBT, Scala, and ScalaCheck

19 Apr 19:47
Compare
Choose a tag to compare
Upgrade ScalaTest to 3.2.7 for ScalaCheck 1-14 and above

- Add org.scalatestplus %% scalacheck-1-14 and scalacheck-1-15
- Copy ScalaTest 3.0.5 tests for ScalaCheck 1-13
- Use 3.0.5 for scalacheck-ops 1-13 and 3.2.7 for >= 1.14
- Found magic set of versions for compiling test code
- Migrate to latest ScalaTest package layout

Add support for ScalaCheck 1.15.x

01 Feb 23:14
dd87d9f
Compare
Choose a tag to compare
add artifact for scalacheck 1.15 (#32)

* add artifact for scalacheck 1.15
* upgrade scoverage to support scala 2.13 > 2.13.0 (https://github.com/scoverage/sbt-scoverage/pull/300)