Skip to content

10.0.0

Compare
Choose a tag to compare
@malept malept released this 20 Nov 02:57
· 567 commits to main since this release

Changed

  • Switch from minimist to yargs-parser (#732)
  • Electron Packager only officially supports Node versions that are supported by the
    NodeJS team (#747)
  • Refactor to use Promises internally. This has the side effect of somewhat parallelizing building two or more targets at once and/or two or more functions for a given hook, via Promise.all (#753)