Skip to content

Releases: cjduncana/purescript-electron

Add all possible paths for App.getPath

24 Jan 21:32

Choose a tag to compare

Pre-release

Added the remaining paths to use with getPath that can be found in the App and Remote.App module:

  • UserData
  • Temporary
  • Executable
  • Module
  • Desktop
  • Downloads
  • Music
  • Pictures
  • Videos
  • PepperFlash

Add part of the Remote App API

24 Jan 20:50

Choose a tag to compare

Pre-release

Added part of the Remote App API to mirror some of the functions in the App module:

  • Remote.App.getAppPath
  • Remote.App.getPath
  • Remote.App.quit

Upgrade purescript-argonaut-codecs

23 Jan 02:53

Choose a tag to compare

Pre-release
v0.5.1

v0.5.1

Add ELECTRON effect to Callbacks and Listeners

23 Jan 02:45

Choose a tag to compare

With the added effect, you can now use Electron functions as part of the callback function.

Expanding API coverage in App and BrowserWindow

22 Jan 06:43

Choose a tag to compare

The following events and functions were added in this release:

  • App.onActivate
  • BrowserWindow.close
  • BrowserWindow.minimize
  • BrowserWindow.show
  • BrowserWindow.onClosed
  • BrowserWindow.onceReadyToShow