ScalaCheck v1.15.1 Release Notes
Release Date: 2020-11-06 // over 4 years ago-
Compatibility
- Binary compatible with 1.15.0 version of ScalaCheck.
π Fixed
Return types of
Gen.someOf
andGen.atLeastOne
corrected to
preserve source compatibility with Scala 2.13 artifact for
1.14.3 ScalaCheck.
#696π Fix breakage with version of
Gen.pick
that takes multiple
arguments ofGen[T]
.
#695
Previous changes from v1.15.0
-
Compatibility
Binary compatible with 1.14.3 version of ScalaCheck.
π Source incompatible type signatures of
Gen.atLeastOne
andGen.someOf
in Scala 2.13 artifact(s) of 1.14.3 version of ScalaCheck that will be fixed in 1.15.1.π Changed
β¬οΈ Dropped support for Scala 2.10.x
β Remove implicit for
Prop.BooleanOperators
which was deprecated in 1.14.1 in favor ofProp.propBoolean
#667β Added support for Dotty (currently 0.27)
Various improvements to
Gen
andArbitrary
#575π Improvements to
Char
andString
generators #653π Single-argument
Prop.collect
is deprecated #449π Fixed
Prevent nesting properties #677
π Seed with four zeroes is not allowed #674
π¨ Printing order of shrunk values #635
π Initial seed was reused #651
β Added
Choose[BigDecimal]
#670Choose[BigInt]
#636Statistical distributions (e.g. Gaussian, Poisson) #656
Shrinking with
LazyList
for Scala 2.13 compatibility #626 #627Shrink.suchThat
#484Gen.recursive
for recursive generators #616 #639π This release was brought to you by 16 contributors, according to
git shortlog -sn --no-merges 1.14.3..1.15.0
. Thank you Scala Steward, Aaron S. Hawley, Erik Osheim, Lars Hupel, Dolan Murvihill, Alexey Kotlyarov, Zak, Seth Tisue, Taro L. Saito, Neville Li, P. Oscar Boykin, Guillaume Martres, Sean C. Sullivan, Fred Roth, Jonas KΓΆlker, NthPortal.