Skip to content

Releases: glayzzle/php-parser

3.1.5

07 Jun 07:03
Compare
Choose a tag to compare
  • (PHP 8.1) Added support for class constants with FINAL keyword (#1110, thanks @cseufert!)
  • upgrade dependencies (#1115)

3.1.4

21 Mar 19:04
Compare
Choose a tag to compare
  • fix: add support for string concatenation in attributes (#1077, thanks @NorthBlue333!)
  • chore: upgrade dependencies (#1078)

3.1.3

11 Jan 07:18
Compare
Choose a tag to compare
  • feat: support for readonly class (#1046, thanks @genintho!)
  • chore: upgrade dependencies (#1050)

3.1.2

01 Nov 06:46
Compare
Choose a tag to compare
  • Fix for expression in new statement (#1020, thanks @cseufert!)
  • chore: upgrade dependencies (#1028)

3.1.1

13 Sep 16:50
Compare
Choose a tag to compare
  • fix for readonly keyword ordering (#997, thanks @cseufert!)
  • chore: upgrade dependencies (#1001)

3.1.0

10 Aug 20:23
Compare
Choose a tag to compare
  • Typescript now reads type information without error (#980, thanks @ytetsuro!)
  • dependency updates

3.1.0-beta.11

02 Jul 18:48
Compare
Choose a tag to compare
3.1.0-beta.11 Pre-release
Pre-release
  • Handle property types using T_NAME_* tokens (#960, thanks @MaartenStaa!)
  • Implement parsing of PHP 8.1's explicit octals (#961, thanks @MaartenStaa!)
  • Dependency updates

3.1.0-beta.10

10 Jun 18:56
Compare
Choose a tag to compare
3.1.0-beta.10 Pre-release
Pre-release

3.1.0-beta.9

30 May 21:08
Compare
Choose a tag to compare
3.1.0-beta.9 Pre-release
Pre-release
  • fix: enum as identifier name (#941)

3.1.0-beta.8

25 May 21:38
Compare
Choose a tag to compare
3.1.0-beta.8 Pre-release
Pre-release