Navigation Menu

Skip to content

v7.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 20:14
· 19 commits to main since this release
ca1b86f

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#122, #123)
  • Removed (++~) and (++=) operators, as they are meant to mimic the long-removed (++) in prelude (#58)

New features:

  • Added unto (#93)
  • Added affine traversals (#112)

Bugfixes:

  • Fixed collectOf in the Grate module (#63)

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 (#108, #121)