Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
v2.0.2 - 2021-08-27
New features:
- Added
toggle
forSet
v2.0.1 - 2021-04-20
Other improvements:
- Fix warnings revealed by v0.14.1 PureScript release (#48 by @JordanMartinez)
v2.0.0 - 2021-02-26
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)
v1.6.1 - 2019-04-12
- Fixed doc comments for
Data.Map.toUnfoldableUnordered
(@bernhard-herzog) - Fixed a syntax issue in preparation for upcoming parser changes in PureScript v0.13.0 (@natefaubion)
v1.6.0 - 2019-02-14
- Added
intersection
andintersectionWith
forMap
(@karshan)
v1.5.0 - 2019-02-07
- Added
insertWith
forMap
v1.4.0 - 2018-10-05
- Added
fromFoldableWithIndex
forMap
v1.3.0 - 2018-10-05
- Added
mapMaybe
functions for all types - Added
filter
forSet
types
v1.2.0 - 2018-10-04
- Added
difference
forMap
(@mschristiansen)
v1.1.0 - 2018-09-06
- Added
NonEmptySet
v1.0.0 - 2018-05-24
- Initial release