Releases: xp-lang/php-compact-methods
Releases · xp-lang/php-compact-methods
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.0: Drop PHP5
- Adjusted to compiler API supporting member XP metadata / annotations.
See xp-framework/compiler#77
(@thekid) - Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
0.2.0: Consistency
- Consistently use "method" instead of "function" - @thekid
0.1.0: Initial release
- Hello World! First release - @thekid