v2.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35, #43)
- Dropped
Map
'sSemigroup
andMonoid
instances and provide unbiased instances via aSemigroupMap
newtype instead (#38) - Updated the
Show
instances for (non empty) sets (#46)
New features:
- Added
Apply
instance forMap
(#16) - Added
Alt
andPlus
instances forMap
(#38) - Added
catMaybes
for maps and sets (#25) - Added
toMap
andfromMap
toData.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
toNonEmptyArray
to accommodate QuickCheck changes (#42) - Added a changelog and pull request template (#44)