Skip to content

Releases: sindresorhus/electron-unhandled

v5.0.0

01 May 08:42
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 and Electron 30 37d7c9b
  • This package is now pure ESM. Please read this and this.
  • unhandled.logError is now a named import instead 37d7c9b

v4.0.1...v5.0.0

v4.0.1

07 Mar 09:16
Compare
Choose a tag to compare

v4.0.0...v4.0.1

v4.0.0

13 Feb 13:08
Compare
Choose a tag to compare

Breaking

  • Require Electron 14 8ff49d4
  • Remove use of electron.remote (#23) 3220f09
    • You can still import this package from both the main and renderer processes, but you always have to import it into the main process to set up communication.
    • Options can only be specified from the main process.

v3.0.2...v4.0.0

v3.0.2

06 Jan 09:30
Compare
Choose a tag to compare

v3.0.1...v3.0.2

v3.0.1

08 Nov 14:08
Compare
Choose a tag to compare
  • Silence deprecation warning in Electron 7 (#15) dbf1c57

v3.0.0...v3.0.1

v3.0.0

12 Aug 17:23
Compare
Choose a tag to compare

Breaking:

Fixes:

v2.2.0...v3.0.0

v2.2.0

11 Apr 08:00
Compare
Choose a tag to compare

v2.1.0...v2.2.0

v2.1.0

11 Nov 15:32
Compare
Choose a tag to compare
  • Add title option to unhandled.logError() 9a7ccfe

v2.0.0

11 Nov 13:30
Compare
Choose a tag to compare

Breaking:

  • Require Electron 3 b763595
  • Only show the error dialog in production by default d9b0aac

Other: