Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Releases: xp-lang/php-switch-expression

1.0.2: AST types fix

04 Oct 14:47

Choose a tag to compare

  • Fixed compatibility with AST types API - @thekid

1.0.1: Emitting fix

04 Apr 16:50

Choose a tag to compare

  • Fixed emitting errors for instanceof - @thekid

1.0.0: Drop PHP5

30 Nov 11:33

Choose a tag to compare

0.3.0: Specialized subclasses

22 Sep 21:18

Choose a tag to compare

  • Refactored code to use specialized lang.ast.Node subclasses instead of
    misusing the CaseLabel class from the lang.ast package.
    (@thekid)

0.2.0: Use XP compiler release

09 Sep 21:20

Choose a tag to compare

Pre-release

0.1.0: Initial release

09 Sep 15:30

Choose a tag to compare

Pre-release
  • Hello World! First release - @thekid