Skip to content

Latest commit

 

History

History
97 lines (78 loc) · 4 KB

CHANGELOG.md

File metadata and controls

97 lines (78 loc) · 4 KB

0.8.1 / 2016-05-14

  • removed dep object-assign. See: #14

0.8.0 / 2016-05-11

  • BREAKING CHANGE: you must at least use Electron v1.0.0.

0.7.0 / 2016-05-01

  • fix deprecation notice for old Electron #13
  • Standard upgrade

0.6.4 / 2016-04-07

  • fix renderer tests v37.5

0.6.3 / 2016-04-06

  • remove v37 deprecation errors. #9

0.6.2 / 2015-12-11

  • Bug in closing window. See: #5 #7

0.6.1 / 2015-12-11

  • use loadURL if available instead of loadUrl. See: #6 (comment)

0.6.0 / 2015-08-27

  • added support for data uris. See: #2

0.5.0 / 2015-07-15

  • upgraded to is-electron-renderer@2.0 (Electron removed global for non-node integration)

0.4.3 / 2015-07-13

  • regression: showUrl() without window arguments wouldn't actually show window

0.4.2 / 2015-07-10

  • made callback optional in showUrl()

0.4.1 / 2015-07-10

  • bug fix: wrong this context

0.4.0 / 2015-07-09

  • Removed passing defaults of resizable: false and frame: true.
  • refactored, added tests

0.3.0 / 2015-05-27

  • showUrl(): actually display window when contents loaded

0.2.1 / 2015-05-22

  • fixed package.json main path bug

0.2.0 / 2015-05-22

  • changed so window.__args__ would be available right away
  • changed examples
  • exposed parseArgs() for renderer scripts

0.1.1 / 2015-05-22

  • fix package.json Github repo

0.1.0 / 2015-05-22

  • initial release