v5.0.0
Breaking changes:
- Support compiler version
v0.14.0, and drop support for previous versions (#206, #226) purescript-proxywas ported to this repo (#230)purescript-generics-repwas ported to this repo (#235)- Move the
ApplicativeSuperclass law fromMonadtoBindand rename it
to theApplySuperclass law (#229) - Removed
unsafeCompare(#257)
New features:
- Added
Boundedinstance for records (#208) - Added
Showinstances toData.Generics.Reptypes (#250) - Added
toRep(#238)
Bugfixes:
- No longer use reference equality check in
Array'sEqinstance because it breaks referential transparency (#187). - Fix Ring laws (#228)
Documentation improvements:
- Added
lift2example usingMaybe(#213) - Added
constexample (#214) - Added
powerexample (#253) - Clarify
Array's do notation and the purposes ofMonoidandSemigroupnewtypes (#217) - Clarify
Unitrepresentation in FFI code (#223) - Fix typo: 'ommitted' -> 'omitted' (#220)
Other improvements: