Bug fixes
4.0.3
Released: 2024-06-19
New features
- #509 Add and implement ES6 export button
Bug fixes
- #493 Allow use of an empty
array, null, or undefined as allowedStartRules option - #505 Fix vscode-eslint settings
to work with eslint flat config - #507 Remove stray semicolon in CSS
- #508 Fix broken text input in
web version - #512 Add "StartRules" to peg.d.ts
- #513 Allow whitespace between
plucked word and its pattern. - #520 Grammar with token "constructor" fails to generate
- #522 Switched from puppeteer
to playwright for web tests, and added them to CI.
Documentation
- #506 Added END OF INPUT (
!.
).