Releases: purescript/purescript-free
Releases · purescript/purescript-free
v1.0.0-rc.1
- Release candidate for the psc 0.8+ core libraries
v0.9.1
- Fixed warnings raised in psc 0.7.6
v0.9.0
- Bump
transformers
dependency
v0.8.0
Bump transformers
to 0.7.1
.
This release requires the 0.7.4.1 release of the PureScript compiler. Previous versions of this library will not work with psc
versions < 0.7.4.1.
v0.6.0
- Added
injF
and renamed injC
to injFC
for consistency with the other F
/FC
functions
v0.5.1
- Added additional function variations
liftFI
, liftFCI
and mapFC
- Added new functions
bindF
and bindFC
v0.5.0
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.5.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.