Skip to content

Releases: glayzzle/php-parser

v3.2.4

27 Jun 22:15
Compare
Choose a tag to compare
  • fix: valid_after_heredoc_73 missing the concatenation operator (#1156, thanks @Spice-King!)
  • fix: 🐛 syntax error on multiline class constant with comment (#1152, thanks @shufo!)
  • chore: bump dependencies (#1158)
  • chore(ci): bump actions/cache (#1157)

3.2.3

17 Apr 07:31
Compare
Choose a tag to compare

3.2.2

31 Dec 07:32
Compare
Choose a tag to compare
  • PHP 8.3 parser support untyped Class constant (#1147, thanks @genintho!)
  • Consistent returns for read_variable_declaration (#1141, thanks @genintho!)
  • chore: bump default version to 8.3 (#1150)

3.2.1

10 Nov 17:02
Compare
Choose a tag to compare
  • chore: update dependencies (#1139)

3.2.0

06 Nov 22:55
Compare
Choose a tag to compare
  • feat: add support for PHP 8.3 typed class constants (#1136, thanks @Kenneth-Sills!)
  • Fix ?-> with succeeding PHP keyword (#1124, thanks @sxxov!)
  • A few unimportant code-style consistency changes (#1137, thanks @mreiden!)
  • chore(CI): bump node version (#1116)

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)