5.0 KiB
5.0 KiB
electron-installer-common
- Changes by Version
Unreleased
0.10.3 - 2020-08-25
Added
- Support for Electron 10 Linux dependencies (#80)
0.10.2 - 2020-06-25
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 - 2020-02-13
Deprecated
spawn
export, use@malept/cross-spawn-promise
directly (#63)
0.10.0 - 2020-01-21
Changed
- The function signature for
spawn
is compatible with the one inchild_process
, with the addition oflogger
andupdateErrorCallback
(#62)
0.9.0 - 2020-01-16
Changed
- Require Node >= 10.0.0 (#52)
0.8.0 - 2019-12-14
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 - 2019-06-19
Fixed
- Allow multiple package names for trash dependencies (#37)
0.7.2 - 2019-06-12
Added
- Add
packagePaths
tooptions
when callingElectronInstaller.movePackage()
(#36)
0.7.1 - 2019-06-09
Added
- ATSPI dependency for Electron >= 5 (#31)
0.7.0 - 2019-05-24
Fixed
- Let implementing modules specify revision fallbacks (#29)
Changed
wrapError
is moreasync
/await
-friendly (#27)
Removed
- Support for Node < 8 (#27)
0.6.3 - 2019-05-02
Added
updateSandboxHelperPermissions
function outside ofElectronInstaller
(#23)
0.6.2 - 2019-03-07
Added
- Sandbox helper permission updater (#16)
0.6.1 - 2019-02-19
Fixed
- Upgrade
asar
to^1.0.0
, which removes a vulnerable transitive dependency (#15)
0.6.0 - 2019-01-22
Fixed
- Retain original backtrace when using wrapError (#11)
Changed
- Replace many exported functions with an installer class (#13)
- Rename
readMeta
toreadMetadata
(#14)
0.5.0 - 2019-01-04
Added
sanitizeName
function (#10)
Changed
- The default value for
replaceScopeName
'sdivider
parameter changed from_
to-
(#10)
0.4.2 - 2019-01-03
Added
- Re-export public functions not already in
src/index.js
(#7)
0.4.1 - 2019-01-02
Fixed
- Check that
createBinary
symlinks to an existing Electron app binary (#6)
0.4.0 - 2018-12-26
Changed
getDepends
no longer usesgetTrashDepends
(#4)getTrashDepends
returns a list of dependencies instead of a Debian-style dependency string (#4)
0.3.0 - 2018-12-26
Changed
- Don't require an
options
object to usereadElectronVersion
(#3)
0.2.0 - 2018-12-26
Added
- scoped package name replacer (#1)
- utility functions for dealing with dependencies (#2)
0.1.0 - 2018-12-13
Initial release.