Skip to content

Releases: purescript-contrib/purescript-argonaut

v9.0.0

27 Apr 23:20
7505a47
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v8.0.0

26 Feb 22:14
e5137df
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#52)

New features:

Bugfixes:

Other improvements:

  • Re-exported Data.Argonaut.Core.stringifyWithIndent (#51)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#48, #49)

v7.0.0

20 Jun 00:53
2b81ce1
Compare
Choose a tag to compare

Updates dependencies to account for the typed errors introduced in argonaut-codecs v7.0.0. These types produce richer information to understand errors that have occurred, which can also be printed as human-readable errors.

v6.0.0

15 Mar 16:51
3365736
Compare
Choose a tag to compare

Updates several dependencies (@davezuch)

v5.0.0

04 Dec 00:06
Compare
Choose a tag to compare

Updates dependencies for -traversals and -codecs, most notably adding support for generic encoding / decoding of records (@davezuch, @elliotdavies)

v4.0.1

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

v4.0.0

09 Jun 10:38
c7c1161
Compare
Choose a tag to compare

Updates for 0.12

v3.1.0

14 Sep 11:54
Compare
Choose a tag to compare
  • Added some additional re-exports (stringify, decode operators)

v3.0.0

08 Apr 14:53
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

22 Oct 14:27
Compare
Choose a tag to compare
  • Updated dependencies