Skip to content

Releases: gosuperscript/monads-php

v1.2.0

17 Apr 14:41

Choose a tag to compare

What's Changed

  • Add Writer monad implementation with comprehensive tests by @robertvansteen in #17
  • fix: use Exporter::export(...) instead of $this->export() in IsOk and IsErr by @joelbutcher in #18

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Feb 13:18
39f8d41

Choose a tag to compare

What's Changed

  • Add comprehensive README documentation by @Copilot in #13
  • feat: pass Throwable on Result::expect by @erikgaal in #16

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Sep 13:59
ad216d3

Choose a tag to compare

Added

  • Lazy, a type to delay execution to a later stage
  • Option, a type to represent an optional value
  • Result, a type used for returning and propagating errors