v4.1.1
v4.1.0 did not actually get published due to a workflow issue that should
be sorted out now.
New features
- #477 Option to output .d.ts files next to .js from CLI.
- #530 Allow es6 plugins from CLI
- #532 Allow es6 options files from the CLI
Bug fixes
- #531 Clean up rollup hacks from CLI code.
- #514 Allow execution of the
peggy
binary on Windows by handling node runtime flags manually, executing a sub-instance of node to actually runpeggy
. - #538 Fixed error in TS types for
peg$maxFailExpected
andpeg$maxFailPos
. - #551 Moved to package-extract instead of a custom script for version file generation.