Skip to content

v4.1.1

Latest
Compare
Choose a tag to compare
@hildjj hildjj released this 03 Oct 20:07
· 2 commits to main since this release
v4.1.1
cdf0caf

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 run peggy.
  • #538 Fixed error in TS types for peg$maxFailExpected and peg$maxFailPos.
  • #551 Moved to package-extract instead of a custom script for version file generation.