Skip to content

Releases: purescript-contrib/purescript-argonaut-codecs

v5.1.2

28 Jan 12:41
c4feb91
Compare
Choose a tag to compare

Fixed a typo in the getFieldOptional docs (@Jwhiles)

v5.1.1

04 Jan 17:54
423a843
Compare
Choose a tag to compare

v5.1.0

24 Nov 20:06
Compare
Choose a tag to compare

Update combinators and operators to better reflect the usage pattern of Aeson, providing deprecation warnings for the old combinators (@davezuch)

v5.0.0

09 Nov 04:53
Compare
Choose a tag to compare

Adds support for encoding and decoding record types (@elliotdavies)

v4.0.2

27 Jun 00:44
3c0e3e2
Compare
Choose a tag to compare
  • Adds better error messages (@crcornwell)
    • Tells you which index did not exist if you fail to access an array
    • Tells you which key did not exist if you fail to access an object

v4.0.1

22 Jun 23:13
Compare
Choose a tag to compare
  • Adds metadata including contributor guidelines
  • Pushes latest release to Pursuit

v4.0.0

04 Jun 12:58
d4f668e
Compare
Choose a tag to compare

Updates for 0.12

v3.3.0

15 Mar 11:58
fa2cbbb
Compare
Choose a tag to compare

v3.2.0

10 Jul 13:07
Compare
Choose a tag to compare
  • Added (.?=) operator for specifying a default value for an optional field (@cdepillabout)

v3.1.0

24 May 14:34
Compare
Choose a tag to compare
  • getFieldOptional and corresponding (.??) operator are now exported from Data.Argonaut.Decode (@cdepillabout)