Skip to content

Latest commit

 

History

History
executable file
·
41 lines (24 loc) · 939 Bytes

ChangeLog.md

File metadata and controls

executable file
·
41 lines (24 loc) · 939 Bytes

Is operator for PHP - ChangeLog

?.?.? / ????-??-??

2.0.0 / 2024-03-24

  • Dropped support for PHP 7.0 - 7.3 - @thekid
  • Dropped support for XP <= 9, see xp-framework/rfc#341 - @thekid
  • Made compatible with XP 12, Compiler version 9.0.0 - @thekid
  • Added PHP 8.4 to the test matrix - @thekid

1.1.2 / 2022-01-24

  • Made compatible with compiler version 8.0.0 - @thekid

1.1.1 / 2021-10-21

  • Made compatible with XP 11, Compiler version 7.0.0 - @thekid

1.1.0 / 2020-11-28

  • Made compatible with XP Compiler version 6.0.0 - @thekid

1.0.2 / 2020-10-01

  • Fixed errors occuring after AST types refactoring - @thekid

1.0.1 / 2020-04-04

  • Fixed emitting errors for instanceof - @thekid

1.0.0 / 2019-11-30

  • Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required PHP version is now 7.0.0! (@thekid)

0.1.0 / 2019-09-09

  • Hello World! First release - @thekid