Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

62 lines (51 loc) · 2.54 KB

Changelog for apply-merge

0.1.1.0

Release History

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

Added

  • Implementation of applyMergeOn (#1) and applyMergeBy (#3).
  • Implementation of applyMerge for NonEmpty (#2).
  • Comprehensive benchmark suite for applyMerge (#8).
  • Support for GHC 9.10 (beginning in Revision 1)

Changed

  • Switched from falsify to QuickCheck in the test suite, allowing the project to be used in Stackage (link).

0.1.0.0

Release History

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

Added

  • 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 and docs/ALGORITHM.md, with feedback from meeeow on Haskell Discourse (link).