Releases: garyb/purescript-codec-argonaut
Releases · garyb/purescript-codec-argonaut
v10.0.0
27 Oct 17:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v9.0.0
02 May 16:13
Compare
Sorry, something went wrong.
No results found
v8.0.0
05 Mar 00:23
Compare
Sorry, something went wrong.
No results found
v7.1.0
31 Jul 14:43
Compare
Sorry, something went wrong.
No results found
Improved documentation
Added missing export for codePoint codec
Added object to Data.Codec.Argonaut.Record for convenience
v7.0.2
05 Jul 11:09
Compare
Sorry, something went wrong.
No results found
Fixed example in doc comment for nullarySum (@davezuch )
v7.0.1
04 Jun 11:10
Compare
Sorry, something went wrong.
No results found
Updated for compatibility with PureScript 0.13
v7.0.0
18 Mar 19:15
Compare
Sorry, something went wrong.
No results found
v6.0.0
05 Jun 10:05
Compare
Sorry, something went wrong.
No results found
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