Releases: electron/packager
Releases · electron/packager
13.0.0
Added
prebuiltAsar
option to specify a prebuilt ASAR file (#823)
- support for macOS Mojave app notarization (#899)
Changed
- Dropped support for running on Node < 6.0. (#900)
Removed
- Deprecated target arch APIs (#915)
- The callback version of the API (use
nodeify
if you need that syntax style) (#916)
12.2.0
Added
- darwinDarkModeSupport option to support macOS Mojave dark mode for older Electron versions (#893)
Fixed
- Don't handle EH/NP Helpers if they don't exist (#894)
12.1.2
Fixed
- Prune user-namespaced modules (#889)
12.1.1
Changed
- Host arch utilities moved to electron-download. This is not a breaking change, as the existing API
has been kept the same.
Deprecated
hostArch
and unameArch
in electron-packager/targets
, replaced with host
and uname
in
electron-download/lib/arch
, respectively
12.1.0
Added
--version
shows the Packager/Node versions & host platform/arch (#841)
Fixed
mips64el
arch is only available with Electron 1.8.x (#843)
- better detection of node modules (#847)
12.0.2
Fixed
- Support for Node 10 via the CLI (#835)
12.0.1
Fixed
- Upgraded
galactus
to ^0.2.1
to fix a bug with relative paths
12.0.0
Changed
prune
exclusively utilizes the galactus
module for pruning devDependencies, instead of
depending on package managers (#819)
electron-packager
is no longer ignored by default (#819)
- A warning is emitted when an Electron module is a production dependency (#819)
Removed
packageManager
option (#819)
11.2.0
Added
- Utility function to execute hooks serially (#814)
11.1.0
Added
- Support for MAS Login Helper (Electron 2.0.0-beta.1 and above) (#807)