From 1534791f1c9b7c4e35dbf7928eb342577e90b31c Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Tue, 21 Mar 2023 12:27:05 -0600 Subject: [PATCH] Update deps, CHANGELOG, version. Rebuild. --- CHANGELOG.md | 12 ++- 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.json | 2 +- web-test/package-lock.json | 166 +++++++++++++++++--------------- web-test/package.json | 2 +- 11 files changed, 108 insertions(+), 94 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bccfc3..dbd217cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,10 @@ Change Log This file documents all notable changes to Peggy. -Unreleased +3.0.2 ---------- -Released: TBD - -### Major Changes +Released: 2023-03-21 ### Minor Changes @@ -22,7 +20,11 @@ Released: TBD on grammar errors. From @hildjj - [#381](https://github.com/peggyjs/peggy/issues/381) Repetitions with code blocks for min or max not handling non-integer returns correctly. From @hildjj. -- [#386](https://github.com/peggyjs/peggy/issues/381) Ensure '*' as +- [#382](https://github.com/peggyjs/peggy/pull/382) Update grammarSource + documentation. From @AndrewRayCode. +- [#384](https://github.com/peggyjs/peggy/issues/384) Improve the error.format() + documentation. From @AndrewRayCode. +- [#386](https://github.com/peggyjs/peggy/issues/386) Ensure '*' as allowed-start-rule is documented for CLI. 3.0.1 diff --git a/docs/index.html b/docs/index.html index f3b00f3d..a644d9c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@
Download browser version
minified + href="https://unpkg.com/peggy@3.0.2/browser/peggy.min.js">minified