Skip to content

Releases: xp-framework/compiler

8.15.0: Override annotation

16 Jul 12:49

Choose a tag to compare

8.14.0: Arbitrary static variable initializers

15 Jul 09:51

Choose a tag to compare

8.13.0: Annotation emit refactoring

04 Jun 08:58

Choose a tag to compare

  • Merged PR #169: Refactor how annotations with non-constant arguments
    are emitted. This enables a transition to xp-framework/reflection
    as proposed in xp-framework/rfc#338
    (@thekid)

8.12.0: Return by reference

21 May 14:04

Choose a tag to compare

8.11.0: Typed class constants

17 Apr 18:57

Choose a tag to compare

8.10.0: PHP 8.3: Dynamic class constants

08 Apr 17:22
236e67c

Choose a tag to compare

8.9.0: File extensions

19 Feb 20:58

Choose a tag to compare

8.8.5: PHP 7.0 multi-catch fix

19 Feb 12:28

Choose a tag to compare

  • Fixed issue #160: Fatal error: Label 'c1107822099' already defined
    (@thekid)

8.8.4: Class constant optimization

19 Feb 10:22

Choose a tag to compare

  • Fixed optimization for ::class constant resolution - @thekid

8.8.3: Incomplete types support

12 Feb 13:17

Choose a tag to compare

  • Merged PR #155: Do not error at compile time for unresolved classes
    (@thekid)