Skip to content

Releases: 47degrees/scalacheck-toolbox

v0.7.0

15 Feb 11:45
8881d78
Compare
Choose a tag to compare

Overview

This release contains library upgrades. Some upgrades are significant enough to increment the patch version. No major changes in the library itself.

What's changed

Contributors to this release

@47erbot, @cb372, @davesmith00047, @fedefernandez, @israelpzglez and @juanpedromoreno

v0.6.1

27 Sep 09:19
74ae333
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@47erbot and @juanpedromoreno

v0.6.0

14 Jun 15:04
cc5d3a9
Compare
Choose a tag to compare

What's changed

⚠️ Breaking changes

📈 Dependency updates

Contributors to this release

@47erbot, @juanpedromoreno and @sloshy

v0.5.0

04 Feb 20:26
58d254f
Compare
Choose a tag to compare

What's changed

This release includes a significant Arbitrary behavior change, as well as a couple new features.

Previously, the Arbitrary[ZonedDateTime] provided would would not normalize your generated values if you specified an implicit granularity. This has been fixed, and in line with the rest of the Arbitrary values provided.

In addition, you can now implicitly specify a "realistic range" of years to generate for your date-time values via YearRange, and have greater control over generated durations with genDurationOf.
By default your year range is a safe subset of java.time and org.joda.time values, but you can specify any other range of years in order to avoid weird extremities at the edges of supported times.

For more information, see the docs on the microsite.

⚠️ Breaking changes

  • Fix normalizing ZonedDateTime with granularity (#213) @sloshy

🚀 Features

  • Add YearRange and genDurationOf, harden tests slightly (#215) @sloshy

📈 Dependency updates

Contributors to this release

@47erbot, @BenFradet, @juanpedromoreno and @sloshy

v0.4.0

20 Oct 10:56
dbacce5
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@47erbot, @BenFradet, @alejandrohdezma, @fedefernandez, @juanpedromoreno, @sbrunk and @scala-steward

v0.3.5

16 Apr 15:49
8be9ecc
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@developer47deg, @juanpedromoreno and @scala-steward

v0.3.4

02 Apr 14:30
dd211b8
Compare
Choose a tag to compare

What's changed

Contributors to this release

@AntonioMateoGomez, @developer47deg, @github-actions, @github-actions[bot], @juanpedromoreno and @scala-steward

v0.3.3

10 Mar 21:12
Compare
Choose a tag to compare
  • Migrates from 47deg to 47degrees GH organization (#92)
  • Update sbt-microsites to 1.1.2 (#91)
  • Release 0.3.3 (#93)
  • Setting Tut as compilation tool for documentation (#94)
  • Adding GitHub org info (#95)

v0.3.2

06 Feb 17:41
Compare
Choose a tag to compare
  • Update sbt to 1.3.2 (#72)
  • Update joda-time to 2.10.4 (#71)
  • Update sbt-org-policies to 0.12.0-M3 (#70)
  • Update sbt-microsites to 0.9.6 (#73)
  • Update scalacheck to 1.14.2 (#74)
  • Update sbt-microsites to 0.9.7 (#75)
  • Update sbt to 1.3.3 (#76)
  • Update joda-time to 2.10.5 (#77)
  • Update sbt to 1.3.4 (#78)
  • Update scalacheck to 1.14.3 (#83)
  • Update sbt to 1.3.5 (#82)
  • Update sbt to 1.3.6 (#84)
  • Update sbt to 1.3.7 (#86)
  • Update sbt to 1.3.8 (#88)
  • Release 0.3.2 (#89)

v0.3.1

19 Sep 20:16
Compare
Choose a tag to compare
  • Cross Scala version 2.13 (#68)
  • Releases 0.3.0 (#69)