Skip to content

v4.1.0-pre.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hildjj hildjj released this 03 Oct 05:28
· 21 commits to main since this release
v4.1.0-pre.0
4faf9a4

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.