Releases: lean-mind/monads
Releases · lean-mind/monads
v1.3.0
1.3.0 (2024-12-19)
Bug Fixes
- futurizable: move interface to be compositional interface and fix Either (32ae179)
Features
- async-io: add interoperability with Future (53c5e84)
- async-option: add interoperability with Future and fix test names (8024799)
- async-try: add interoperability with Future (9e0ff95)
- either: add future interoperability (141eabd)
- Option: ✨ Add new methods for Option (4f97311)
v1.3.0-beta.1
Features
- either: add future interoperability (ba7d8b1)
v1.2.1
1.2.1 (2024-11-01)
Bug Fixes
- monads: fix compilation to enable commonjs and esm entrypoint to be used in any project (d70606f)
- Try: fix Failure subclass generic typing and remove static variable (4cfd73c)
Release to fix version
feat(future): doc future monad
Co-authored-by: Leto Rodríguez <leto4100@gmail.com>
Co-authored-by: Borja García <borjagarcia.dev@gmail.com>
v1.2.0
1.2.0 (2024-10-19)
Features
v1.1.0
1.1.0 (2024-09-30)
Bug Fixes
Features
v1.1.0-beta.4
Bug Fixes
- build: add module resolution (5be4d4e)
- dist: add exports (b1c723d)
- dist: fix module compatibility (a2f5753)
- docs: include installation information (3fbcb6c)
v1.1.0-beta.2
Bug Fixes
- try: allow monad interoperability (5268b6e)
- try: index try to export (9d71c7d)
Features