Releases: cjduncana/purescript-electron
Releases · cjduncana/purescript-electron
Add all possible paths for App.getPath
Added the remaining paths to use with getPath that can be found in the App and Remote.App module:
UserDataTemporaryExecutableModuleDesktopDownloadsMusicPicturesVideosPepperFlash
Add part of the Remote App API
Added part of the Remote App API to mirror some of the functions in the App module:
Remote.App.getAppPathRemote.App.getPathRemote.App.quit
Upgrade purescript-argonaut-codecs
v0.5.1 v0.5.1
Add ELECTRON effect to Callbacks and Listeners
With the added effect, you can now use Electron functions as part of the callback function.
Expanding API coverage in App and BrowserWindow
The following events and functions were added in this release:
- App.onActivate
- BrowserWindow.close
- BrowserWindow.minimize
- BrowserWindow.show
- BrowserWindow.onClosed
- BrowserWindow.onceReadyToShow