Skip to content

v0.3.0

Choose a tag to compare

@sindresorhus sindresorhus released this 18 Apr 10:17

Breaking:

  • Split the default export into two named exports called ipcMain and ipcRenderer.
    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:

v0.2.0...v0.3.0