Releases: purescript/purescript-newtype
Releases · purescript/purescript-newtype
v5.0.0
v4.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)
- Removed
op
, which was deprecated in v1.1.0 in favor ofun
(#24) - Replaced explicit wrapping and unwrapping of newtypes by coercions (#22)
- Added
Coercible
as a superclass ofNewtype
and removed thewrap
andunwrap
class members (#22)
Thewrap
andunwrap
functions still exist, but they are no longer members of theNewtype
class and are simple aliases forcoerce
.
New features:
Bugfixes:
Other improvements: