v2.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35, #43)
- Dropped
Map'sSemigroupandMonoidinstances and provide unbiased instances via aSemigroupMapnewtype instead (#38) - Updated the
Showinstances for (non empty) sets (#46)
New features:
- Added
Applyinstance forMap(#16) - Added
AltandPlusinstances forMap(#38) - Added
catMaybesfor maps and sets (#25) - Added
toMapandfromMaptoData.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 ArraytoNonEmptyArrayto accommodate QuickCheck changes (#42) - Added a changelog and pull request template (#44)