We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98737f7 commit c1d9fb9Copy full SHA for c1d9fb9
1 file changed
changelog.md
@@ -1,6 +1,23 @@
1
- ???
2
3
- Added `nubOrd` and friends.
+ Added `nubOrd`, `nubInt`, `nubOrdOn`, `nubIntOn`.
4
+
5
+ Fix performance regression in `for`.
6
7
+ Add `foldMap` and `foldMap_`.
8
9
+ Fix the behaviour of `slidingWindow 1`.
10
11
+ Reintroduce `readFile` and `writeFile`, using plain `System.IO`
12
+ instead of `ResourceT` machinery.
13
14
+ Add `merge`, `mergeOn`, and `mergeBy`.
15
16
+ Improve performance of `concat`.
17
18
+ Improve performance of (`*>`), getting rid of the default implementation.
19
20
+ Generalise type signature of `toList_`.
21
22
- 0.2.1.0
23
0 commit comments