Changelog
The full, authoritative changelog lives on GitHub Releases:
➡️ github.com/alex-lairan/monads/releases
Recent highlights
v1.2.3
- Added
map/flat_mapaliases forfmap/bindonEither. - Expanded CI coverage to the latest stable Crystal.
v1.2.x
- Doubly parameterized
Either(E, T)for proper type unification betweenRightandLeft. foldfor pattern matching onMaybeandEither.
For the complete history and release notes, see the releases page.