Releases: natefaubion/purescript-variant
Releases · natefaubion/purescript-variant
v8.0.0
- Updates for PureScript 0.15 (@sigma-andex)
v7.1.0
- Add support for mapping variant cases (#37 by @MonoidMusician)
v7.0.3
Removed unused names to fix compiler warnings emitted in PureScript 0.14.1 (#52 by @thomashoneyman)
v7.0.2
- Removes re-exports of deprecated proxy types (
SProxy
,RProxy
, etc.) (#51 by @thomashoneyman)
v7.0.1
Updated URL in bower.json
file to match URL in registry
v7.0.0
- Makes library compatible with v0.14.0 PureScript
- Fully remove rather than deprecating
FProxy
in favor ofProxy
v6.0.1
- Removes unnecessary
typelevel-prelude
dependency.
v6.0.0
v5.2.0
- Adds
Traversable
andFoldable
instances forVariantF
(@MonoidMusician)
v5.1.0
- Adds
unvariant
eliminator for working generically withVariant
s at runtime (@LiamGoodacre).