Skip to content

Releases: VKCOM/php-parser

php-parser v0.8.2

26 Jun 00:34
e166717
Compare
Choose a tag to compare

Added

  • #28: php8.2: added readonly classes support
  • #29: php8.1: added intersection types support

php-parser v0.8.1-rc.1

09 Aug 10:29
8bfffab
Compare
Choose a tag to compare

Added

  • #6: php8.1: added readonly modifier
  • #8: php8.1: added never type
  • #10: php8.1: added new octal numbers syntax
  • #12: php8.1: added enums
  • #15: php8.1: added final modifier for constants in class
  • #18: php8.1: added first class callable syntax

Changed

  • 4cd50d: cmd: added file path output before errors

Fixed

  • #22: fixed bug with # comments

php-parser v0.8.0-rc.2

30 Jul 18:15
Compare
Choose a tag to compare

Pre-release with support PHP 8.0

Added

Changed

Removed