Skip to content

Releases: mck89/peast

1.16.2

05 Mar 09:18
Compare
Choose a tag to compare
  • Fixed bug where a regex that started with /= raised a syntax error

1.16.1

14 Feb 08:19
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed rendering of let and const inside switch cases that always require brackets

1.15.3

03 Aug 13:15
Compare
Choose a tag to compare
  • Fixed rendering of let and const inside if, for and while that always require brackets

1.15.2

15 Jul 12:27
Compare
Choose a tag to compare
  • Fixed bug where async keyword was lost when rendering an object async method

1.15.1

21 Jan 13:19
Compare
Choose a tag to compare
  • Fixed bug on hashbang comment detection

1.15.0

13 Sep 16:11
Compare
Choose a tag to compare
  • Implemented comments rendering

1.14.0

01 May 15:22
Compare
Choose a tag to compare
  • Implemented comments rendering

1.13.11

11 Jan 18:00
Compare
Choose a tag to compare
  • Fixed a case of conditional expression parsed as a wrong optional chain