Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:49
· 9 commits to master since this release
8465817

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#133)
  • Replaced ComonadEnv constraint with ComonadAsk in the asks function (#131)

New features:

  • Added Semigroup and Monoid instances to ContT, ExceptT, MaybeT, RWST, StateT, WriterT (#115)
  • Added IdentityT (#121)

Bugfixes:

  • Added Semigroup and Monoid superclasses to MonadTell and MonadWriter, respectively, to enforce the type class laws (#126)

Other improvements:

  • Replaced void $ modify with modify_ in example code (#119)
  • Fixed documentation to use Effect instead of Eff (#124)
  • Fixed documentation for callCC (#132)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#134)
  • Added a changelog and pull request template (#136, #137)