Skip to content

Releases: mck89/peast

1.17.6

24 Apr 08:05

Choose a tag to compare

  • Fixed bug where single BlockStatement where wrongly expanded removing brackets

1.17.5

15 Mar 10:48

Choose a tag to compare

  • Fixed bug when parsing SpreadElement followed by NewExpression between parenthesis

1.17.4

10 Oct 12:54

Choose a tag to compare

  • Fixed warning on PHP 8.5 when handling large numbers

1.17.3

10 Oct 11:32

Choose a tag to compare

  • Fixed bug where const declarations were allowed without an initializer

1.17.2

01 Jul 09:34

Choose a tag to compare

  • Fixed bug where const declarations were allowed without an initializer

1.17.1

27 Jun 14:36

Choose a tag to compare

  • Fixed bug where continue and break were allowed outside iteration and break statements

1.17.0

07 Mar 19:49

Choose a tag to compare

  • Implemented ES2025 parser with import attributes

1.16.3

23 Jul 14:03

Choose a tag to compare

  • Removed implicitly nullable parameter declarations for PHP 8.4 compatibility

1.16.2

05 Mar 09:18

Choose a tag to compare

  • Fixed bug where a regex that started with /= raised a syntax error

1.16.1

14 Feb 08:19

Choose a tag to compare

  • Fixed bug where, in some situations, scanner allowed invalid characters after a slash