Skip to content

Releases: purescript-contrib/purescript-argonaut-traversals

v10.0.0

27 Apr 23:09
8d2403d
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v9.0.0

26 Feb 22:11
36f2e36
Compare
Choose a tag to compare

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

  • 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 (#28, #31)

v8.0.0

20 Jun 00:34
9543b51
Compare
Choose a tag to compare

Updates to use argonaut-codecs v7.0.0, which introduces typed decoder errors. These errors provide richer information for processing and printing error messages in JSON libraries.

v7.0.0

05 Mar 19:43
6613254
Compare
Choose a tag to compare

Updated dependencies

v6.0.0

03 Dec 22:11
Compare
Choose a tag to compare

Updates purescript-argonaut-codecs dependency, now supporting generic encoding / decoding of records directly (@davezuch).

v5.0.0

12 Nov 23:15
Compare
Choose a tag to compare

Updates the purescript-profunctor-lenses dependency (@athanclark)

v4.1.0

15 Nov 16:48
ce75a88
Compare
Choose a tag to compare

Update documentation and links (@justinwoo)

v4.0.1

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

v4.0.0

08 Jun 11:32
3e594a0
Compare
Choose a tag to compare

Updates for 0.12

v3.1.0

08 Apr 19:55
Compare
Choose a tag to compare
  • Added genJCursor