Skip to content

Releases: mck89/peast

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

1.16.0

11 Jan 15:13

Choose a tag to compare

  • Implemented ES2024 parser, no new syntax features have been introduced
  • Fixed bug when parsing sequence expressions using older ES versions

1.15.4

12 Aug 08:31

Choose a tag to compare

  • Fixed rendering of let and const inside switch cases that always require brackets