Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 906 Bytes

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 906 Bytes

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.