Releases: sindresorhus/electron-unhandled
Releases · sindresorhus/electron-unhandled
v4.0.0
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
v2.1.0
- Add
title
option to unhandled.logError()
9a7ccfe
v2.0.0
Breaking:
- Require Electron 3 b763595
- Only show the error dialog in production by default d9b0aac
Other: