Releases: garyb/purescript-codec-argonaut
Releases · garyb/purescript-codec-argonaut
v10.0.0
Breaking changes:
- Updated library for simplified version of
purescript-codec
- Codec behaviours should not have changed, this is considered a breaking change because of the changes to the underlying
Codec
types.
New features:
- Added
Data.Codec.Argonaut.Common.strMap
for encodingMap String a
as a normal JSON object.
v9.2.0
v9.1.0
- Added
purs-tidy
(@thomashoneyman, #50) - Added optional property combinator (@thomashoneyman & @garyb, #49)
v9.0.0
Updated for PureScript 0.15 (@thomashoneyman)