Skip to content

v0.9.2

Compare
Choose a tag to compare
@japgolly japgolly released this 28 Apr 07:43
· 68 commits to master since this release
v0.9.2
7c4fe16

0.9.2

  • Cross-publish for Scala.JS 1.0

0.9.1

  • New Gen methods for Scala 2.13 only:
    • Gen#to(Factory) - eg. Gen.int.to(List)
    • Gen#to1(Factory) - eg. Gen.int.to1(List)
    • Gen#arraySeq - eg. Gen.int.arraySeq & Gen.int.arraySeq(0 to 4)
    • Gen#arraySeq1 - eg. Gen.int.arraySeq1 & Gen.int.arraySeq1(1 to 4)