• v2.0.0-rc1 9327d8fa29

    v2, RC 1 Pre-Release

    danieljsummers released this 2024-10-01 03:10:40 +00:00 | 0 commits to main since this release

    This release candidate moves the project to PHP 8.4.

    • In both Option and Result, the is* functions are now properties.
    • In Option, get() is now the value property. Other functions, like getOrDefault(), remain the same.
    • In Result, getOK() and getError() are now ok and error properties.
    Downloads