Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@garyb garyb released this 27 Oct 17:59
· 30 commits to master since this release
d6c26da

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 encoding Map String a as a normal JSON object.