v0.5.0
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
🚀 Features
📈 Dependency updates
- Update sbt-tpolecat to 0.1.16 (#199) @47erbot
- Update scalacheck to 1.15.2 (#202) @47erbot
- Update sbt-github, sbt-github-header, ... to 0.9.0 (#200) @47erbot
- Update scala-collection-compat to 2.3.2 (#204) @47erbot
- Update sbt to 1.4.7 (#212) @47erbot
- Update sbt-microsites to 1.3.2 (#214) @47erbot
- Update mdoc, sbt-mdoc to 2.2.16 (#210) @47erbot
- Update sbt-scalajs, scalajs-compiler, ... to 1.4.0 (#209) @47erbot
- Update joda-time to 2.10.9 (#208) @47erbot
- Update scala-java-time to 2.1.0 (#205) @47erbot
- Update sbt-ci-release to 1.5.5 (#198) @47erbot
- Update sbt-scalajs, scalajs-compiler, ... to 1.3.1 (#190) @47erbot
- Update sbt-projectmatrix to 0.7.0 (#197) @47erbot
- Update mdoc, sbt-mdoc to 2.2.13 (#196) @47erbot
- Update scala-collection-compat to 2.3.1 (#195) @47erbot
- Update scala-collection-compat to 2.3.0 (#193) @47erbot
- Update sbt to 1.4.4 (#194) @47erbot
- Update mdoc, sbt-mdoc to 2.2.12 (#192) @47erbot
- Update sbt-ci-release to 1.5.4 (#188) @47erbot
- Update sbt-tpolecat to 0.1.15 (#189) @47erbot
- Update scalacheck to 1.15.1 (#191) @47erbot
- Update sbt to 1.4.3 (#187) @47erbot
- Update sbt to 1.4.2 (#185) @47erbot
- Update joda-time to 2.10.8 (#184) @47erbot
- Update joda-time to 2.10.7 (#183) @47erbot
- Update sbt to 1.4.1 (#182) @47erbot