Releases: purescript/purescript-quickcheck
Releases · purescript/purescript-quickcheck
v0.3.2
02 Dec 21:55
Compare
Sorry, something went wrong.
No results found
v0.3.1
26 Nov 16:18
Compare
Sorry, something went wrong.
No results found
Merge pull request #16 from NightRa/master
Remove enums dependency and update other dependencies, resolves #15
v0.3.0
08 Nov 20:37
Compare
Sorry, something went wrong.
No results found
Revert to pre-'machines' state.
purescript-strongcheck is recommended if you need the industrial-strength version of this library, until the necessary libraries are moved into the core GitHub organization.
v0.2.2
14 Oct 19:44
Compare
Sorry, something went wrong.
No results found
Merge pull request #11 from jdegoes/ready/update-deps
update dependencies and add arb / coarb for Char
v0.2.1
13 Oct 23:15
Compare
Sorry, something went wrong.
No results found
Export functions of type classes, fix dependency versions, added some overlooked conveniences (@jdegoes )
v0.2.0
10 Oct 17:46
Compare
Sorry, something went wrong.
No results found
Merge pull request #9 from jdegoes/ready/determinism
General enhancements to Gen
v0.1.5
26 Sep 19:26
Compare
Sorry, something went wrong.
No results found
Merge pull request #8 from jdegoes/master
add instances for either, maybe, and tuple, and some helper functions
v0.1.4
25 Sep 22:08
Compare
Sorry, something went wrong.
No results found
Merge pull request #7 from jdegoes/master
add arb instances for string & alpha num string, migrate to gulp, add sized generators
v0.1.3
07 Aug 23:25
Compare
Sorry, something went wrong.
No results found
Update for new exceptions
v0.1.2
14 Jun 00:07
Compare
Sorry, something went wrong.
No results found
Now uses "proper" Unit type instead of {} (garyb)