Skip to content

1.1.0

Compare
Choose a tag to compare
@Mopolo Mopolo released this 15 Jun 15:35
· 30 commits to master since this release

This version introduces a tryFrom method.

This method tries to create an instance and returns null instead of
throwing an exception for invalid values.

It mimics the PHP 8.1 Enum::tryFrom method for easier refactoring.