v0.3.0
Breaking:
- Split the default export into two named exports called
ipcMainandipcRenderer.
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: