From abfa5390ca471d41acfc9d15f2aae42f5b27fbcc Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Wed, 19 Jun 2024 15:46:32 -0600 Subject: [PATCH] Update version to 4.0.3 --- AUTHORS | 1 + CHANGELOG.md | 16 +++++++++++----- docs/index.html | 2 +- docs/js/benchmark-bundle.min.js | 4 ++-- docs/js/examples.js | 2 +- docs/js/test-bundle.min.js | 4 ++-- docs/vendor/peggy/peggy.min.js | 4 ++-- lib/parser.js | 2 +- lib/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- test/cli/fixtures/imports_peggy.js | 2 +- test/cli/fixtures/lib.js | 2 +- 13 files changed, 27 insertions(+), 20 deletions(-) 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