Releases: OakLabsInc/oak
Releases · OakLabsInc/oak
v4.0.3
--electronVersion
is not run without a URL command
v4.0.2
- CLI error message for node module version mismatches
.npmignore
file
v4.0.1
- electron moved out of dev dependencies
4.0.0
version
v4.0.0-rc1
Testing electron upgrade, and a couple new CLI options
v3.2.0
oak.crashReporter
addedwindow.close()
event addedoak.catchErrors()
now logs the correct stack trace- window
cache
option flipped around (it was confusingly backwards before) responsive
,unresponsive
andcrashed
events are now fired on the window object
v3.1.5
version bump
v3.1.2
yarn.lock
updated- simplified
reload
method to not mangle the URI - fixed
show
option misconfiguration
v3.1.0
- docker
ONBUILD
parameters cleaned up - CLI options normalized (and running validation)
cache
flag option addedsslExceptions
exceptions option- removed old electron
allowDisplayingInsecureContent
- removed old electron
v3.0.0
- electron upgraded to
1.6.11
examples
added, to replace theoak-examples
repomodules
option removed, replaced byscripts
scripts
takes either a string path torequire
, or an object of{ name, path }
to name the required object
waitForUrl
option removedWindow
now fires all events from electronBrowserWindow
andwebContents