Skip to content

Releases: purescript/purescript-gen

v4.0.0

27 Apr 21:08
9fbcc2a
Compare
Choose a tag to compare

Breaking changes:

v3.0.0

26 Feb 18:52
85c369f
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#26)

New features:

Bugfixes:

  • Make elements test no longer hang at cost of possible false negative (#29)
  • Fixed fromIndex internal helper in tests (#23)

Other improvements:

  • Refer people to the quickcheck package's Gen type as a default implementation for MonadGen (#25)
  • Restored frequency tests (#28)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#30)
  • Added a changelog and pull request template (#31, #32)

v2.1.1

29 Apr 13:17
36f36f0
Compare
Choose a tag to compare
  • Fixed unfoldable looping forever when size is < 0
  • Fixed genNonEmpty reducing the size below 0

v2.1.0

22 Jun 11:48
53af8e2
Compare
Choose a tag to compare
  • Added genEither' and genMaybe' that take a bias parameter to alter Left/Right and Just/Nothing frequency

v2.0.0

23 May 19:28
9d0447a
Compare
Choose a tag to compare

Updated for PureScript 0.12

v1.3.1

26 Feb 16:38
b989912
Compare
Choose a tag to compare

v1.3.0

25 Feb 17:57
511cce8
Compare
Choose a tag to compare
  • Generalized generators to take Foldable1 inputs where NonEmpty was required previously (@matthewleon)

v1.2.1

25 Feb 17:35
d9eeb27
Compare
Choose a tag to compare

v1.2.0

23 Feb 12:09
Compare
Choose a tag to compare
  • Added filtered (like suchThat but filters based on Maybe rather than a predicate) (@safareli)

v1.1.1

09 Nov 15:52
d216c3b
Compare
Choose a tag to compare