Releases: xp-lang/php-is-operator
Releases · xp-lang/php-is-operator
2.1.0: Intersection types
- Emit
$expr is mixedastrue, making it effectively a wildcard as
seen in https://wiki.php.net/rfc/pattern-matching
(@thekid) - Added support for intersection types, e.g.
Runnable|IteratorAggregate
(@thekid) - Added PHP 8.5 and 8.6 to the test matrix following the PHP 8.5 release
(@thekid)
2.0.0: XP 12, PHP 7.4+
- Dropped support for PHP 7.0 - 7.3 - @thekid
- Dropped support for XP <= 9, see xp-framework/rfc#341 - @thekid
- Made compatible with XP 12, Compiler version 9.0.0 - @thekid
- Added PHP 8.4 to the test matrix - @thekid
1.1.2: XP Compiler v8 compatibility
- Made compatible with compiler version 8.0.0 - @thekid
1.1.1: XP 11, compiler v7 compatibility
- Made compatible with XP 11, Compiler version 7.0.0 - @thekid
1.1.0: XP Compiler 6 compatibility
- Made compatible with XP Compiler version 6.0.0 - @thekid
1.0.2: AST types fix
- Fixed errors occuring after AST types refactoring - @thekid
1.0.1: Emitting fix
- Fixed emitting errors for
instanceof- @thekid
1.0.0: Drop PHP5
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
0.1.0: Initial release
- Hello World! First release - @thekid