Skip to content

v6.0.0

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

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#46)
  • Removed the MonadZero instance, as the type class has been deprecated in PureScript 0.14. Use Monad + Alternative constraints instead. (#46)

New features:

Bugfixes:

Other improvements:

  • Added @paluh as a maintainer and removed @garyb (#27)
  • Added a quick start to the README (#38 by @Vladciobanu)
  • Added module documentation to Data.Machine.Mealy (#39 by @Vladciobanu)
  • Loosened constraints on functions and instances (#43 by @mhmdanas)
  • Renamed type variables of MealyT (#44 by @paluh)
  • Renamed type variables of Source and Sink to match type arguments of MealyT (#26)
  • 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 (#31, #37)