Skip to content

Releases: OakLabsInc/oak

v4.0.3

13 Jan 00:37
Compare
Choose a tag to compare
  • --electronVersion is not run without a URL command

v4.0.2

27 Dec 21:05
Compare
Choose a tag to compare
  • CLI error message for node module version mismatches
  • .npmignore file

v4.0.1

27 Dec 18:39
Compare
Choose a tag to compare
  • electron moved out of dev dependencies

4.0.0

20 Dec 15:39
Compare
Choose a tag to compare
version

v4.0.0-rc1

17 Nov 04:48
Compare
Choose a tag to compare

Testing electron upgrade, and a couple new CLI options

v3.2.0

09 Jul 02:11
Compare
Choose a tag to compare
  • oak.crashReporter added
  • window.close() event added
  • oak.catchErrors() now logs the correct stack trace
  • window cache option flipped around (it was confusingly backwards before)
  • responsive, unresponsive and crashed events are now fired on the window object

v3.1.5

09 Jul 02:08
Compare
Choose a tag to compare
version bump

v3.1.2

29 Jun 07:32
Compare
Choose a tag to compare
  • yarn.lock updated
  • simplified reload method to not mangle the URI
  • fixed show option misconfiguration

v3.1.0

29 Jun 07:31
Compare
Choose a tag to compare
  • docker ONBUILD parameters cleaned up
  • CLI options normalized (and running validation)
  • cache flag option added
  • sslExceptions exceptions option
    • removed old electron allowDisplayingInsecureContent

v3.0.0

16 Jun 19:30
Compare
Choose a tag to compare
  • electron upgraded to 1.6.11
  • examples added, to replace the oak-examples repo
  • modules option removed, replaced by scripts
    • scripts takes either a string path to require, or an object of { name, path } to name the required object
  • waitForUrl option removed
  • Window now fires all events from electron BrowserWindow and webContents