Skip to content

v7.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 22:11
· 10 commits to main since this release
a2d82b7

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#31, #33)
  • Removed vestigial EncodeRepFields class and its remaining instance for Data.Generic.Rep.Product (#29)
  • Renamed Data.Argonaut.Decode.Generic.Rep to Data.Argonaut.Decode.Generic, Data.Argonaut.Encode.Generic.Rep to Data.Argonaut.Encode.Generic and Data.Argonaut.Types.Generic.Rep to Data.Argonaut.Types.Generic. (#33)

New features:

Bugfixes:

Other improvements:

  • Changed default branch to main from master
  • Removed misleading installation instructions (#30)
  • 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 (#24, #27)