diff --git a/AUTHORS b/AUTHORS index 834e2a04..372f7544 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,3 +37,4 @@ Kristian Dupont (https://github.com/kristiandupont Lumi Pakkanen (https://github.com/frostburn/) Steven Spungin (https://github.com/flamenco/) XenoS (https://github.com/XenoS-ITA) +Samuel Bronson (https://github.com/SamB) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c04ca62..dd70817c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,25 @@ Change Log This file documents all notable changes to Peggy. -Unreleased ----------- +4.0.3 +----- -### Breaking changes +Released: 2024-06-19 ### New features + - [#509](https://github.com/peggyjs/peggy/pull/509) Add and implement ES6 export button ### Bug fixes + - [#493](https://github.com/peggyjs/peggy/issues/493) Allow use of an empty array, null, or undefined as allowedStartRules option +- [#505](https://github.com/peggyjs/peggy/pull/505) Fix vscode-eslint settings + to work with eslint flat config - [#507](https://github.com/peggyjs/peggy/pull/507) Remove stray semicolon in CSS -- [#508](https://github.com/peggyjs/peggy/pull/508) Fix broken text input -- [#512](https://github.com/peggyjs/peggy/issues/512) Add "StartRules" to peg.d.ts. +- [#508](https://github.com/peggyjs/peggy/pull/508) Fix broken text input in + web version +- [#512](https://github.com/peggyjs/peggy/issues/512) Add "StartRules" to peg.d.ts - [#513](https://github.com/peggyjs/peggy/issues/513) Allow whitespace between plucked word and its pattern. - [#520](https://github.com/peggyjs/peggy/issues/520) Grammar with token "constructor" fails to generate @@ -24,6 +29,7 @@ Unreleased to playwright for web tests, and added them to CI. ### Documentation + - [#506](https://github.com/peggyjs/peggy/pull/506) Added END OF INPUT (`!.`). 4.0.2 diff --git a/docs/index.html b/docs/index.html index ded8cab2..9eed1176 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@
Download browser version
minified + href="https://unpkg.com/peggy@4.0.3/browser/peggy.min.js">minified