Skip to content

Releases: xp-framework/reflection

2.13.3: Constants fix

04 Jun 10:28
Compare
Choose a tag to compare
  • Fixed lang.reflection.Constant::modifiers() return type - @thekid

2.31.2: Virtual properties fix

04 Jun 09:56
Compare
Choose a tag to compare
  • Fixed reading and writing non-public virtual properties - @thekid

2.13.1: Parsing fix

04 Jun 09:56
Compare
Choose a tag to compare
  • Fixed parsing arrow functions inside arrays - @thekid

2.13.0: Annotated interface

03 Jun 22:47
Compare
Choose a tag to compare
  • 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

03 Jun 19:17
Compare
Choose a tag to compare
  • Merged PR #35: Add support for multiple arguments using arrays in eval
    (@thekid)

2.11.0: Typed constants

17 Apr 18:40
Compare
Choose a tag to compare

2.10.1: Anonymous class fix

15 Apr 08:52
Compare
Choose a tag to compare
  • Fixed issue #33: Undefined index: class@anonymous - @thekid

2.10.0: AST forward compatibility

08 Apr 16:53
Compare
Choose a tag to compare
  • Merged PR #31: Add forward compatibility with xp-framework/ast - @thekid

2.9.1: PHP 7.x fixes

12 Feb 10:16
Compare
Choose a tag to compare
  • 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()

29 Jan 20:01
Compare
Choose a tag to compare
  • Merged PR #29: Add lang.reflection.CannotInstantiate::type() accessor
    (@thekid)