Skip to content

Releases: gosuperscript/monads-php

1.3.0

Choose a tag to compare

@erikgaal erikgaal released this 01 Jun 14:58
0ef66f3

What's Changed

  • Add PHPStan extension banning panicking monad unwraps by @erikgaal in #19

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@joelbutcher joelbutcher released this 17 Apr 14:41

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

Choose a tag to compare

@erikgaal erikgaal released this 03 Feb 13:18
39f8d41

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

Choose a tag to compare

@erikgaal erikgaal released this 23 Sep 13:59
ad216d3

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