Releases: xp-framework/reflection
Releases · xp-framework/reflection
2.13.3: Constants fix
- Fixed
lang.reflection.Constant::modifiers()
return type - @thekid
2.31.2: Virtual properties fix
- Fixed reading and writing non-public virtual properties - @thekid
2.13.1: Parsing fix
- Fixed parsing arrow functions inside arrays - @thekid
2.13.0: Annotated interface
- Merged PR #36: Make Type, Member and Parameter classes implement the
lang.reflection.Annotated
interface
(@thekid)
- Fixed value to argument mapping for parameter annotations - @thekid
2.12.0: Annotation array eval notation
- Merged PR #35: Add support for multiple arguments using arrays in eval
(@thekid)
2.10.1: Anonymous class fix
- Fixed issue #33: Undefined index: class@anonymous - @thekid
2.10.0: AST forward compatibility
- Merged PR #31: Add forward compatibility with xp-framework/ast - @thekid
2.9.1: PHP 7.x fixes
- Merged PR #30: Migrate to new testing library - @thekid
- Fixed function expressions inside annotations in PHP 7.x - @thekid
- Fixed handling reflection on generics in PHP 7.x - @thekid
2.9.0: CannotInstantiate::type()
- Merged PR #29: Add
lang.reflection.CannotInstantiate::type()
accessor
(@thekid)