Releases: sindresorhus/electron-better-ipc
Releases · sindresorhus/electron-better-ipc
v0.4.0
v0.3.0
Breaking:
- Split the default export into two named exports called
ipcMain
andipcRenderer
.
This was done for multiple reasons. It brings it closer to the Electron API. It makes it clearer when reading the code whether you are in the renderer or main process. And last, it makes the TypeScript types better. (#13) 4e3c96d
Enhancements: