Skip to content

Releases: purescript-contrib/purescript-argonaut-codecs

v3.0.1

24 Apr 14:50
Compare
Choose a tag to compare
  • Reverted the change to the Maybe codec as it was not functioning correctly. The original behaviour has been restored.

v3.0.0

08 Apr 00:36
Compare
Choose a tag to compare
  • Updated for PureScript 0.11
  • Encoding and decoding of Maybe has been updated to be able to accurately represent nested Maybes. The DecodeJson instance is compatible with the old format, but EncodeJson produces a different structure now, so this may be a breaking change depending on your use case.

v2.1.0

07 Mar 19:38
Compare
Choose a tag to compare

v2.0.0

22 Oct 00:57
Compare
Choose a tag to compare
  • Updated dependencies

v1.1.0

05 Aug 11:40
Compare
Choose a tag to compare
  • Added (.??) combinator for attempting to read fields that are optional (@passy)

v1.0.0

11 Jun 02:42
Compare
Choose a tag to compare

Updates for the 1.0 core libraries.

v0.6.1

15 Jan 15:56
Compare
Choose a tag to compare
  • Fixed import warning

v0.6.0

15 Jan 15:14
Compare
Choose a tag to compare
  • The encoding of Either has been modified to be more explicit, allowing Either with the same type on either side to be decoded (@hdgarrood)

v0.5.2

13 Jan 17:16
Compare
Choose a tag to compare

v0.5.1

22 Dec 16:12
Compare
Choose a tag to compare
  • The DecodeJson instance for Maybe now treats null as Nothing to match the EncodeJson instance