Changelog of @hackage/monoidmap 0.0.4.4

0.0.4.4

  • Moved implementation, tests, and benchmark to the monoidmap-internal package.

0.0.4.3

  • Moved all modules from monoidmap-internal to main library.

0.0.4.2

  • Removed the dependency on nonempty-containers.

0.0.4.1

  • Fixed spelling error in documentation.
  • Added the haddock not-home marker to Data.MonoidMap.Internal.

0.0.4.0

  • Added the fromMapWith function to MonoidMap.

0.0.3.0

  • Added the mapWithKey function to MonoidMap.

0.0.2.1

  • Added support for GHC 9.12.

0.0.2.0

  • Added the fromSet function to MonoidMap.

0.0.1.9

  • Added the following traversal functions to MonoidMap:
    • traverse
    • traverseWithKey
    • mapAccumL
    • mapAccumLWithKey
    • mapAccumR
    • mapAccumRWithKey

0.0.1.8

  • Added strict variant of the foldMapWithKey function.

0.0.1.7

  • Added a selection of folding operations for MonoidMap.

0.0.1.6

  • Updated version bounds for dependencies.

0.0.1.5

  • Updated version bounds for dependencies.

0.0.1.4

  • Added support for GHC 9.10.

0.0.1.3

  • Updated version bounds for dependencies.

0.0.1.2

  • Updated version bounds for dependencies.

0.0.1.1

  • Updated version bounds for dependencies.

0.0.1.0

  • Added support for GHC 9.8.
  • Optimised performance of Semigroup.stimes operation for MonoidMap.

0.0.0.1

  • Revised MultiMap examples and documentation.

0.0.0.0

  • Initial release.