Releases: purescript/purescript-prelude
Releases · purescript/purescript-prelude
v1.0.1
v1.0.0
v1.0.0-rc.6
- Added
Data.NaturalTransformation
with a synonym and type operator alias for natural transformations
v1.0.0-rc.5
- Added general
abs
andsignum
for types that withOrd
andRing
instances (@hdgarrood)
v1.0.0-rc.4
- Various fixes
v1.0.0-rc.3
- Fixed escaping in
Show
#65
v0.1.5
v1.0.0-rc.2
v1.0.0-rc.1
- Release candidate for the psc 0.8+ prelude
v0.1.4
- Fixed the escaping used in
Show
forChar
andString
(@michaelficarra)