Skip to content

v2.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 19:04
· 21 commits to master since this release
e834498

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#35, #43)
  • Dropped Map's Semigroup and Monoid instances and provide unbiased instances via a SemigroupMap newtype instead (#38)
  • Updated the Show instances for (non empty) sets (#46)

New features:

  • Added Apply instance for Map (#16)
  • Added Alt and Plus instances for Map (#38)
  • Added catMaybes for maps and sets (#25)
  • Added toMap and fromMap to Data.Set (#31)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37)
  • Tests: Add parens to account for changed precedence of :: in PureScript 0.13 (#23)
  • Tests: Converted from NonEmpty Array to NonEmptyArray to accommodate QuickCheck changes (#42)
  • Added a changelog and pull request template (#44)