- Added the
fromSet
function toMonoidMap
.
- Added the following traversal functions to
MonoidMap
:traverse
traverseWithKey
mapAccumL
mapAccumLWithKey
mapAccumR
mapAccumRWithKey
- Added strict variant of the
foldMapWithKey
function.
- Added a selection of folding operations for
MonoidMap
.
- Updated version bounds for dependencies.
- Updated version bounds for dependencies.
- Added support for GHC 9.10.
- Updated version bounds for dependencies.
- Updated version bounds for dependencies.
- Updated version bounds for dependencies.
- Added support for GHC 9.8.
- Optimised performance of
Semigroup.stimes
operation forMonoidMap
.
- Revised
MultiMap
examples and documentation.
- Initial release.