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.