- showUrl will honor the options.show parameter
- Fixed search parameters in url
- Fixed file urls with protocols
- removed dep
object-assign
. See: #14
- BREAKING CHANGE: you must at least use Electron v1.0.0.
- fix deprecation notice for old Electron #13
- Standard upgrade
- fix renderer tests v37.5
- remove v37 deprecation errors. #9
- Bug in closing window. See: jprichardson#5 jprichardson#7
- use
loadURL
if available instead ofloadUrl
. See: jprichardson#6 (comment)
- added support for data uris. See: jprichardson#2
- upgraded to
[email protected]
(Electron removedglobal
for non-node integration)
- regression:
showUrl()
without window arguments wouldn't actually show window
- made callback optional in
showUrl()
- bug fix: wrong
this context
- Removed passing defaults of
resizable: false
andframe: true
. - refactored, added tests
showUrl()
: actually display window when contents loaded
- fixed package.json main path bug
- changed so
window.__args__
would be available right away - changed examples
- exposed
parseArgs()
for renderer scripts
- fix
package.json
Github repo
- initial release