1.8.0
Added:
- new
Enum::from()
method as an alternative to the constructor that is more strictly typed, and provides a forward compatible solution with PHP 8.1 enums - new
Enum::assertValidValue()
to assert that a value is correct
Psalm annotations have been improved as well.
Thanks @drealecs, @Ocramius, @michaelpetri, @gharlan, @simPod