Releases: xp-lang/php-is-operator
Releases · xp-lang/php-is-operator
2.0.0: XP 12, PHP 7.4+
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