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