Releases: xp-framework/ast
Releases · xp-framework/ast
7.7.1: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
7.7.0: Callable new syntax
7.6.2: Grouped use parsing fix
7.6.1: Use statement fixes
7.6.0: Readonly properties
- Merged PR #30: Add support for readonly properties, to both property
declarations and constructor argument promotion - available in PHP 8.1
See https://wiki.php.net/rfc/readonly_properties_v2
(@thekid)
7.5.1: Switch statement fix
- Fixed Expected ":", have "::" in switch for class constants - @thekid
7.5.0: Intersection types
- Merged PR #28: Intersection types (see xp-framework/compiler#117 and
https://wiki.php.net/rfc/pure-intersection-types)
(@thekid) - Merged PR #29: Add error source (file and line) to message - @thekid