Skip to content

8.0.0

Compare
Choose a tag to compare
@malept malept released this 03 Sep 19:51
· 848 commits to main since this release

Added

  • win32metadata option (#331, #463)
  • linux platform, armv7l arch support (#106, #474)

Changed

  • all now includes the linux platform, armv7l arch combination
  • Default the platform option to the host platform (#464)
  • Default the arch option to the host arch (#36, #464)
  • Default the prune option to true (#235, #472)

Fixed

  • Allow scoped package names as Electron app names - invalid characters are replaced with
    hyphens (#308, #455)

Deprecated

  • version-string is deprecated in favor of win32metadata (#331, #463)

Removed

  • asar-unpack is removed in favor of asar.unpack
  • asar-unpack-dir is removed in favor of asar.unpackDir
  • cache is removed in favor of download.cache
  • strict-ssl is removed in favor of download.strictSSL