Releases: purescript/purescript-free
Releases · purescript/purescript-free
v3.0.1
v3.0.0
v2.0.0
v1.4.0
v1.3.0
v1.2.0
- Added
substFree
for better performance when folding into anotherFree
(@natefaubion) - Implemented
hoistFree
in terms ofsubstFree
for better performance (@natefaubion)
v1.1.0
- Restored a
resume
function (@natefaubion) - Improved performance of
runFree
(@natefaubion)
v1.0.0
v1.0.0-rc.3
- Updated for introduction of
Data.NaturalTransformation
to the prelude - Renamed
mapF
tohoistFree
- Renamed
liftCoyonedaT
tohoistCoyoneda
- Added
hoistYoneda
v1.0.0-rc.2
- Relaxed constraints for some instances of
Cofree
and fixedpure
implementation (@parsonsmatt)