Skip to content

Releases: xp-framework/compiler

0.3.0: Compile subcommand

14 Oct 22:04
Compare
Choose a tag to compare
Pre-release
  • Registered xp compile subcommand - @thekid
  • Simulated yield from in PHP 5.6 in a limited fashion - @thekid
  • Added support for nullable types from PHP 7.1 - @thekid
  • Implemented short list(...) syntax from PHP 7.1 - @thekid
  • Added support for anonymous classes from PHP 7.0 - @thekid
  • Implemented constant modifiers from PHP 7.1 - @thekid
  • Added support for comparison operator <=> from PHP 7.0 - @thekid
  • Added support for object typehint from PHP 7.2 - @thekid

0.2.0: PHP version specific handling

14 Oct 19:25
Compare
Choose a tag to compare
Pre-release
  • Add factory to retrieve emitter for a given PHP runtime - @thekid
  • Extract PHP version specific handling to dedicated classes - @thekid
  • Ensure compiled code can be loaded for annotation parsing - @thekid

0.1.0: Hello World

14 Oct 16:33
Compare
Choose a tag to compare
0.1.0: Hello World Pre-release
Pre-release