Skip to content

Releases: purescript/purescript-quickcheck

v0.9.0

13 Aug 14:14

Choose a tag to compare

Updated dependencies

v0.8.0

10 Aug 16:04

Choose a tag to compare

  • Fixed poorly behaving LCG. This also involved some breaking changes to the interface (a newtype for Seed for one) (@hdgarood)
  • Updated dependencies

v0.7.0

17 Jul 20:31

Choose a tag to compare

Modify QC type synonym to work around type class instance bug in PSCi.

v0.6.0

30 Jun 00:18

Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.6.0-rc.2

18 Jun 16:52

Choose a tag to compare

v0.6.0-rc.2 Pre-release
Pre-release

Fix LCG function.

v0.6.0-rc.1

10 Jun 04:01

Choose a tag to compare

v0.6.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.5.2

04 Apr 23:37

Choose a tag to compare

  • Added Arbitrary and CoArbitrary instances for Unit and Ordering (@garyb)

v0.5.1

20 Mar 00:07

Choose a tag to compare

Updated docs

v0.5.0

21 Feb 12:18

Choose a tag to compare

This release requires PureScript v0.6.8 or later

  • Updated dependencies

v0.4.0

10 Jan 14:15

Choose a tag to compare

  • Updated purescript-foldable-traversable dependency (@garyb)
  • Added (===) and (/==) combinators (@MichaelXavier)