Releases: xp-framework/ast
Releases · xp-framework/ast
11.4.0: Heredoc
11.3.1: Backtick operator
- Fixed strings enclosed in backticks - @thekid
11.3.0: Asymmetric visibility
- Merged PR #54: Add syntactic support for asymmetric visibility, see
https://wiki.php.net/rfc/asymmetric-visibility-v2, targeted for PHP 8.4
(@thekid)
11.2.1: Grouped imports fix
- Fixed grouped
use
statements containing aliases not scoped correctly
(@thekid)
11.2.0: Generic type support
11.1.0: Property hooks
11.0.1: Modulo fix
- Fixed
%=
(modulo-assignment) operator - @thekid