Skip to content

Releases: sindresorhus/electron-better-ipc

v0.4.0

14 Aug 12:36
Compare
Choose a tag to compare

Breaking:

Fixes:

  • Fix issue with receiving data from callMain (#16) 8b159b9

v0.3.0...v0.4.0

v0.3.0

18 Apr 10:17
Compare
Choose a tag to compare

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

v0.2.0

09 Apr 10:34
Compare
Choose a tag to compare

Breaking:

  • Require Electron 4 or later 60ecd0c

Enhancements:

  • Prevent conflicts with overlapping calls (#9) 411c20c

v0.1.2...v0.2.0

v0.1.2

21 Dec 20:40
Compare
Choose a tag to compare
  • Update answerMain and answerRenderer to return a function that removes the listener (#8) de2e1bc