Releases: xp-framework/reflection
Releases · xp-framework/reflection
3.3.0: Constant invoke expressions
3.2.0: Asymmetric visibility
- Merged PR #43: Add support for asymmetric visibility for properties, see
https://wiki.php.net/rfc/asymmetric-visibility-v2, targeted for PHP 8.4.
(@thekid)
2.15.0: Backports
3.1.0: Global package & declared name
3.0.0: XP 12 compatibility, context removal
2.14.1: Imports fix for eval
- Fixed
FromAttributes::imports()
for classes created insideeval
(@thekid)
2.14.0: Partial meta information
- Added support for partial meta information - @thekid
2.13.6: Generics fix
- Fixed missing
xp::$sn
lookup when reflecting generics - @thekid
2.13.5: Signature fixes
- Fixed parameter default values, by-reference and variadic markers,
and parameter and return types being swallowed for functions inside
annotations when using PHP 7
(@thekid)
2.13.4: Imports parsing fix
- Fixed parsing global imports and grouped imports containing aliases,
which surfaced as either Syntax error, unexpected tokenas
or
Cannot use object of type PhpToken as array errors
(@thekid)