Skip to content

Tags: seanpm2001/PureScript_Purescript-Enums

Tags

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (purescript#52

)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v5.0.0 release (purescript#49)

* Update CI to build with the latest version of the compiler

* Update the bower repository URL to match the URL in the registry

* Upgrade bower dependencies

* Update the changelog

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request purescript#36 from purescript/compiler/0.12

Updates for 0.12

v3.2.0

Toggle v3.2.0's commit message
Merge pull request purescript#31 from safareli/upFromIncluding

define upFromIncluding

v3.1.0

Toggle v3.1.0's commit message
Add `genBoundedEnum` (purescript#29)

* Add `genBoundedEnum`

* Use `enumFromTo` for `genBoundedEnum`

* Un-bias the enum generator

v3.0.0

Toggle v3.0.0's commit message
Merge pull request purescript#26 from purescript/ps-0.11

Update for PureScript 0.11

v2.0.1

Toggle v2.0.1's commit message
Merge pull request purescript#21 from LiamGoodacre/fix/simplify-bound…

…ed-either

Simplify toEnum for Either instance.