Skip to content

v1.0.0

Compare
Choose a tag to compare
@JefvdA JefvdA released this 13 Nov 19:39
· 7 commits to main since this release

[v1.0.0] - 2023-11-13

Added

  • Initial release of the PHP Result Monad library.
  • Implemented the Result class representing the result of an action.
  • Added methods for creating successful and unsuccessful results.
  • Support for matching on results using callbacks.