Skip to content

Releases: electron-userland/electron-installer-common

0.10.3

25 Aug 15:16
55bf32a
Compare
Choose a tag to compare

Added

  • Support for Electron 10 Linux dependencies (#80)

0.10.2

25 Jun 15:41
Compare
Choose a tag to compare

Added

  • Support for Electron 9 Linux dependencies (#66)
  • macOS support for readMetadata (#67)
  • Install symbolic icons on Linux when provided (#70)
  • TypeScript definition (#71)

Fixed

  • Export all dependencies-related functions (#72)

0.10.1

13 Feb 23:55
Compare
Choose a tag to compare

Deprecated

  • spawn export, use @malept/cross-spawn-promise directly (#63)

0.10.0

21 Jan 21:19
1a9cb95
Compare
Choose a tag to compare

Changed

  • The function signature for spawn is compatible with the one in child_process, with the addition of logger and updateErrorCallback (#62)

0.9.0

17 Jan 00:26
2cd0648
Compare
Choose a tag to compare

Changed

  • Require Node >= 10.0.0 (#52)

0.8.0

14 Dec 22:30
Compare
Choose a tag to compare

Added

  • hasSandboxHelper (#47)

Fixed

  • dependencies: remove UUID dependency for Electron >=8.0.0-beta.1 (#45)
  • installer: allow sourceDir to be used before options is set (#46)

Changed

  • Require Node >= 8.3.0 (#47)

0.7.3

19 Jun 20:35
Compare
Choose a tag to compare

Fixed

  • Allow multiple package names for trash dependencies (#37)

0.7.2

19 Jun 20:36
Compare
Choose a tag to compare

Added

  • Add packagePaths to options when calling ElectronInstaller.movePackage() (#36)

0.7.1

09 Jun 16:33
Compare
Choose a tag to compare

Added

  • ATSPI dependency for Electron >= 5 (#31)

0.7.0

25 May 00:55
Compare
Choose a tag to compare

Fixed

  • Let implementing modules specify revision fallbacks (#29)

Changed

  • wrapError is more async/await-friendly (#27)

Removed

  • Support for Node < 8 (#27)