v5.0.0
Breaking changes:
- Support compiler version
v0.14.0
, and drop support for previous versions (#206, #226) purescript-proxy
was ported to this repo (#230)purescript-generics-rep
was ported to this repo (#235)- Move the
Applicative
Superclass law fromMonad
toBind
and rename it
to theApply
Superclass law (#229) - Removed
unsafeCompare
(#257)
New features:
- Added
Bounded
instance for records (#208) - Added
Show
instances toData.Generics.Rep
types (#250) - Added
toRep
(#238)
Bugfixes:
- No longer use reference equality check in
Array
'sEq
instance because it breaks referential transparency (#187). - Fix Ring laws (#228)
Documentation improvements:
- Added
lift2
example usingMaybe
(#213) - Added
const
example (#214) - Added
power
example (#253) - Clarify
Array
's do notation and the purposes ofMonoid
andSemigroup
newtypes (#217) - Clarify
Unit
representation in FFI code (#223) - Fix typo: 'ommitted' -> 'omitted' (#220)
Other improvements: