Releases: purescript/purescript-prelude
Releases · purescript/purescript-prelude
v3.1.1
v3.1.0
v3.0.0
v2.5.0
v2.4.0
- Add the new
Discard
class to support purescript/purescript#2653 - Fixes a corner case in the
degree
function forInt
. - Documentation fixes
v2.3.0
v2.2.0
v2.1.0
v2.0.0
Breaking changes
- Fixed
=<<
to be right associative, as originally intended - Changed behaviour of
Eq
andOrd
forNaN
numeric value #91 (@berdario)
Enhancements
- Updated docs to include notes about the non-law-abiding numeric instances
- Semigroup
append
forArray
will no longer shallow copy the array if either side is empty #63 (suggested by @natefaubion)