Skip to content

Releases: JefvdA/php-result-monad

v1.0.2

01 Dec 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Nov 20:46
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

[v1.0.1] - 2023-11-16

Just some small changes to make the dev experience better.

Added

v1.0.0

13 Nov 19:39
Compare
Choose a tag to compare

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