Skip to content

Releases: lean-mind/monads

v1.3.0

19 Dec 16:48
Compare
Choose a tag to compare

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

11 Nov 18:48
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2024-11-11)

Features

  • either: add future interoperability (ba7d8b1)

v1.2.1

01 Nov 17:50
Compare
Choose a tag to compare

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

01 Nov 17:38
Compare
Choose a tag to compare
Pre-release
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

19 Oct 17:51
Compare
Choose a tag to compare

1.2.0 (2024-10-19)

Features

v1.2.0-beta.1

18 Oct 11:40
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2024-10-18)

Features

v1.1.0

30 Sep 18:31
Compare
Choose a tag to compare

1.1.0 (2024-09-30)

Bug Fixes

Features

v1.1.0-beta.4

19 Sep 06:39
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release

1.1.0-beta.4 (2024-09-19)

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.3

18 Sep 19:33
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2024-09-18)

Bug Fixes

Features

v1.1.0-beta.2

18 Sep 18:54
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2024-09-18)

Bug Fixes

  • try: allow monad interoperability (5268b6e)
  • try: index try to export (9d71c7d)

Features

  • monad: add future monad (edf2033)