Releases: xp-framework/ast
Releases · xp-framework/ast
11.3.1: Backtick operator
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
11.0.0: XP 12 compatibility, logical assignments
10.3.1: Closure parsing fix
10.3.0: Line numbers @ start
10.2.3: Signature::insert() fix
- Fixed
Signature::insert()
- @thekid - Refactored code base to use the class loading mechanism instead of the
Package class fromlang.reflect
. See xp-framework/rfc#338
(@thekid)