| Last change: |
Prepare v2.1.0 release (#15)
* Update testing tools
* Update workflow for parallel tests
* Add named enum flags and split tests
* Add enum mask conversion guide
* Document enum conversion example
* Run pint
* Add phpstan templates for enum flags and mask typing
* Add additional coverage tests for enum and mask edge cases
* Fix docblock and reducer order
* Fix enum flag docblock and reducer
* Correct flag traits docblocks
fix php8.4 deprecation (#13)
* fix php8.4 deprecation
* fix php8.4 deprecation and ensure Traits\BinaryFlags::getAllFlags() returns an array with integer keys
|