Skip to content

Releases: garyb/purescript-codec-argonaut

v10.0.0

27 Oct 17:59
d6c26da
Compare
Choose a tag to compare

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.

v9.2.0

15 Oct 21:47
17a2446
Compare
Choose a tag to compare
  • Added combinator for making fields optional in record
  • Added coercible codec
  • Added named codec helper
  • Added codecs for more common types:
    • NonEmptyString
    • NonEmptyArray
    • NonEmptyList
    • Set
    • NonEmptySet

v9.1.0

12 Oct 00:35
023f599
Compare
Choose a tag to compare

v9.0.0

02 May 16:13
3297cce
Compare
Choose a tag to compare

Updated for PureScript 0.15 (@thomashoneyman)

v8.0.0

05 Mar 00:23
f84e673
Compare
Choose a tag to compare

v7.1.0

31 Jul 14:43
9326539
Compare
Choose a tag to compare
  • Improved documentation
  • Added missing export for codePoint codec
  • Added object to Data.Codec.Argonaut.Record for convenience

v7.0.2

05 Jul 11:09
37fee8f
Compare
Choose a tag to compare

Fixed example in doc comment for nullarySum (@davezuch)

v7.0.1

04 Jun 11:10
1b8991c
Compare
Choose a tag to compare

Updated for compatibility with PureScript 0.13

v7.0.0

18 Mar 19:15
3e59be0
Compare
Choose a tag to compare

Update dependencies

v6.0.0

05 Jun 10:05
e404cf9
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • The strMap codecs have been renamed to foreignObject to correspond to the type name changing, but the codec behaviour has not changed