Release | Date | Tag |
---|---|---|
Initial Release | 2024-05-11 | 0.1.1.0 |
Revision 1 | 2024-05-13 | 0.1.1.0-rev1 |
Revision 2 | 2024-06-25 | 0.1.1.0-rev2 |
Revision 3 | 2024-12-11 | 0.1.1.0-rev3 |
Revision 4 | 2025-01-07 | 0.1.1.0-rev4 |
- Implementation of
applyMergeOn
(#1) andapplyMergeBy
(#3). - Implementation of
applyMerge
forNonEmpty
(#2). - Comprehensive benchmark suite for
applyMerge
(#8). - Support for GHC 9.10 (beginning in Revision 1)
- Switched from falsify to QuickCheck in the test suite, allowing the project to be used in Stackage (link).
Release | Date | Tag |
---|---|---|
Release Candidate 1 | 2024-04-05 | 0.1.0.0-rc1 |
Release Candidate 2 | 2024-04-10 | 0.1.0.0-rc2 |
Initial Release | 2024-04-12 | 0.1.0.0 |
- Implementation of
applyMerge
. - A tasty-based test suite for
applyMerge
. - A tasty-bench benchmark suite for
applyMerge
. - Haddock documentation for
applyMerge
. - Support for GHC 9.2, 9.4, 9.6, 9.8.
- Documentation of the library in
README.md
anddocs/ALGORITHM.md
, with feedback from meeeow on Haskell Discourse (link).