Skip to content

Commit

Permalink
Audit CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 21, 2023
1 parent 33dd572 commit eec2257
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Released: 2023-02-21
older browsers, but testing is currently manual for those. from @hildjj
- [#291](https://github.com/peggyjs/peggy/pull/291): Add support for
repetition operator `expression|min .. max, delimiter|`, from @Mingun
- [#xxx]: BREAKING CHANGE. Updated the list of JavaScript reserved words.
This will break existing grammars that use any of the new words in their
rule or label names. from @hildjj
- [#339](https://github.com/peggyjs/peggy/pull/339): BREAKING CHANGE. Updated
the list of JavaScript reserved words. This will break existing grammars
that use any of the new words in their rule or label names. from @hildjj

Important information for plug-in authors: PR [#291] added 4 new opcodes to the bytecode:
- `IF_LT`
Expand Down Expand Up @@ -63,8 +63,6 @@ reserved words, and will cause errors at compile time if you are using them:

### Minor Changes

- [#274](https://github.com/peggyjs/peggy/issues/274) Use commander's new
`.conflicts()` to check for mutually-exclusive CLI options, from @hildjj
- [#274](https://github.com/peggyjs/peggy/issues/274) `"*"` is now a valid `allowedStartRule`, which means all rules are allowed, from @hildjj
- [#229](https://github.com/peggyjs/peggy/issues/229) new CLI option
`-S <rule>` or `--start-rule <rule>` to specify the start rule when testing,
Expand All @@ -82,12 +80,17 @@ reserved words, and will cause errors at compile time if you are using them:
(can be useful for plugin writers), from @Mingun
- [#294](https://github.com/peggyjs/peggy/pull/294) Website: show errors in the
editors, from @Mingun
- [#297](https://github.com/peggyjs/peggy/pull/297) Website: add Discord widget,
from @hildjj
- [#299](https://github.com/peggyjs/peggy/issues/299) Add example grammar for a
[SemVer.org](https://semver.org) semantic version string, from @dselman
- [[#307](https://github.com/peggyjs/peggy/issues/307)] Allow grammars to have
relative offsets into their source files (e.g. if embedded in another doc),
from @hildjj.
- [#308](https://github.com/peggyjs/peggy/pull/308) Add support for reading test data from stdin using `-T -`, from @hildjj.
- [#308](https://github.com/peggyjs/peggy/pull/308) Add support for reading test
data from stdin using `-T -`, from @hildjj.
- [#313](https://github.com/peggyjs/peggy/pull/313) Create the website using
eleventy, from @camcherry

### Bug Fixes

Expand Down

0 comments on commit eec2257

Please sign in to comment.