Skip to content

Releases: electron-userland/electron-installer-dmg

v4.0.0

29 Apr 20:08
Compare
Choose a tag to compare

What's Changed

electron-installer-dmg@4.0.0 requires at least Node 12 and contains an upstream fix to successfully create DMGs on macOS 12.3.1.

New Contributors

Full Changelog: v3.0.0...v4.0.0

3.0.0

06 Jun 05:19
Compare
Choose a tag to compare

Fixed

  • Node 12 support (appdmg needed to be upgraded to get a working version of fs-xattr)

Changed

  • require('electron-installer-dmg').p (the Promise version) is now the default when you require('electron-installer-dmg')

Removed

  • Support for Node < 8
  • Callback-style API (use util.callbackify if you still use this style)

v2.0.0

12 Jul 05:45
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Node requirement is now node >= 6