Skip to content

Releases: electron-userland/electron-installer-common

0.6.3

03 May 04:00
Compare
Choose a tag to compare

Added

  • updateSandboxHelperPermissions function outside of ElectronInstaller (#23)

0.6.2

08 Mar 07:22
Compare
Choose a tag to compare

Added

  • Sandbox helper permission updater (#16)

0.6.1

20 Feb 08:08
Compare
Choose a tag to compare

Fixed

  • Upgrade asar to ^1.0.0, which removes a vulnerable transitive dependency (#15)

0.6.0

23 Jan 01:31
Compare
Choose a tag to compare

Fixed

  • Retain original backtrace when using wrapError (#11)

Changed

  • Replace many exported functions with an installer class (#13)
  • Rename readMeta to readMetadata (#14)

0.5.0

22 Jan 05:38
Compare
Choose a tag to compare

Added

  • sanitizeName function (#10)

Changed

  • The default value for replaceScopeName's divider parameter changed from _ to - (#10)

0.4.2

04 Jan 07:32
Compare
Choose a tag to compare

Added

  • Re-export public functions not already in src/index.js (#7)

0.4.1

02 Jan 18:15
Compare
Choose a tag to compare

Fixed

  • Check that createBinary symlinks to an existing Electron app binary (#6)

0.4.0

02 Jan 18:16
Compare
Choose a tag to compare

Changed

  • getDepends no longer uses getTrashDepends (#4)
  • getTrashDepends returns a list of dependencies instead of a Debian-style dependency string (#4)

0.3.0

02 Jan 18:15
Compare
Choose a tag to compare

Changed

  • Don't require an options object to use readElectronVersion (#3)

0.2.0

26 Dec 18:35
Compare
Choose a tag to compare

Added

  • scoped package name replacer (#1)
  • utility functions for dealing with dependencies (#2)