Skip to content

Releases: xp-framework/ast

7.7.1: XP 11 compatibility

21 Oct 16:04
Compare
Choose a tag to compare
  • Made library compatible with XP 11 - @thekid

7.7.0: Callable new syntax

06 Oct 18:52
Compare
Choose a tag to compare
  • Merged PR #32: Support new T(...) callable syntax - @thekid

7.6.2: Grouped use parsing fix

01 Oct 11:24
Compare
Choose a tag to compare
  • Fixed #31: Call to undefined method lang\ast\syntax\PHP::expecting()
    (@thekid)

7.6.1: Use statement fixes

26 Sep 12:46
Compare
Choose a tag to compare
  • Fixed use statement not supporting multiple imports separated by ,.
    (@thekid)
  • Fixed importing global classes into namespaces, e.g. use Traversable.
    (@thekid)

7.6.0: Readonly properties

11 Sep 12:39
Compare
Choose a tag to compare

7.5.1: Switch statement fix

06 Sep 20:01
Compare
Choose a tag to compare
  • Fixed Expected ":", have "::" in switch for class constants - @thekid

7.5.0: Intersection types

03 Aug 10:43
Compare
Choose a tag to compare

7.4.0: Native callable syntax

12 Jul 19:09
Compare
Choose a tag to compare
  • Merged PR #27: Implement first-class callable syntax - @thekid

7.3.0: Declare directives

22 May 13:26
Compare
Choose a tag to compare
  • Merged PR #25: Add support for declare construct - @thekid

7.2.0: Never return type

25 Apr 08:51
Compare
Choose a tag to compare
  • Merged PR #24: Add support for never return type - @thekid