Releases: CubiclDev/php-structure-check
Releases · CubiclDev/php-structure-check
3.1.1
Add official PHP8 support
3.1.0 Allow to install in PHP8 environment (#35)
PHP 7.4 only
Add build matrix capability (#32) * Add workflow for possible future php versions Co-authored-by: Sara Gfrörer <[email protected]>
PHP 7.4 compatible
22 datetime error (#24) * [#22] Add PHP 7.4 for testing environment * [#22] Add better type hints
New EnumType
- new EnumType was added
- supported PHP versions has changed
- remove HHVM
- add PHP 7.2
0.1.7: Add optional type (#17)
* Add optional type Resolve #16 * Use php5 compatible version
0.1.6
New types
0.1.4: Add exact value type
This solves #6
0.1.3: #2 numeric type (#8)
* Update informations * Make errors parameter in result constructor optional * Add new section in readme * Add implementation and specification for numeric type