We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eacd675 + 0f24797 commit 599043bCopy full SHA for 599043b
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.0.1.9
2
+
3
+- Added the following traversal functions to `MonoidMap`:
4
+ - `traverse`
5
+ - `traverseWithKey`
6
+ - `mapAccumL`
7
+ - `mapAccumLWithKey`
8
+ - `mapAccumR`
9
+ - `mapAccumRWithKey`
10
11
# 0.0.1.8
12
13
- Added strict variant of the `foldMapWithKey` function.
monoidmap.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: monoidmap
-version: 0.0.1.8
+version: 0.0.1.9
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
license: Apache-2.0
license-file: LICENSE
0 commit comments