Releases: purescript-contrib/purescript-argonaut-codecs
Releases · purescript-contrib/purescript-argonaut-codecs
v3.0.1
v3.0.0
- Updated for PureScript 0.11
- Encoding and decoding of
Maybe
has been updated to be able to accurately represent nestedMaybe
s. TheDecodeJson
instance is compatible with the old format, butEncodeJson
produces a different structure now, so this may be a breaking change depending on your use case.
v2.1.0
- Added codecs for
Void
(@natefaubion)
v2.0.0
v1.1.0
v1.0.0
v0.6.1
v0.6.0
- The encoding of
Either
has been modified to be more explicit, allowingEither
with the same type on either side to be decoded (@hdgarrood)
v0.5.2
- Improved generic decoding errors (@hdgarrood)