Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 4.2.0 release #574

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@
*.map
benchmark
bin/*.mjs
bin/tsconfig.json
build/
CHANGELOG.md
CONTRIBUTING.md
coverage/
docs
eslint.config.js
eslint.config.mjs
examples
jest.config.js
lib/.eslintrc.json
peggy.code-workspace
pnpm-lock.yaml
pnpm-workspace.yaml
rollup.config.mjs
src
test
tools
tsconfig*.json
web-test/
yarn.lock
pnpm-workspace.yaml
bin/tsconfig.json
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ Change Log

This file documents all notable changes to Peggy.

Unreleased
----------

Released: TBD
4.2.0
-----

### Breaking changes
Released: 2024-11-19

### New features

- [#568](https://github.com/peggyjs/peggy/pull/568) Upgrading to TypeScript 5.6 allowed for generating `parser.d.ts`, which should may help people that use Peggy programmatically in nonstandard ways.

### Bug fixes

- [#567](https://github.com/peggyjs/peggy/issues/567) Load config files and plugins correctly on Windows by using file: URIs in import().

### Documentation

- [#566](https://github.com/peggyjs/peggy/pull/566) Slight tweaks to document generation.

4.1.0
-----

Expand Down