Skip to content

v6.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 22:08
· 29 commits to main since this release
2183214

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#63)
  • Improved default error type and added printParserError (#57)

New features:

  • Added a Monoid instance for Parser (#58)

Bugfixes:

Other improvements:

  • Changed ParseError from data to a newtype (#60)
  • Added usage examples to test/Examples.purs (#52)
  • 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 (#53, #61)