Skip to content

0.6.0: Lambda capturing

Pre-release
Pre-release
Compare
Choose a tag to compare
@thekid thekid released this 15 Oct 14:51
· 1338 commits to master since this release
  • Ensured types are checked where natively supported - @thekid
  • Implemented capturing locals in lambda expressions - @thekid
  • Recorded property types in cached meta data - @thekid
  • Implemented support for dynamic new via new $type- @thekid
  • Fixed assignment operator - @thekid
  • Fixed parameter types - @thekid
  • Fixed annotations not having access to class scope - @thekid
  • Fixed constant emittance in PHP 7.1+ - @thekid
  • Fixed trait declaration - @thekid
  • Fixed issue #3: Annotations in package - @thekid
  • Fixed issue #4: "xp compile" installation - @thekid