Skip to content

Latest commit

 

History

History
103 lines (83 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

103 lines (83 loc) · 4.15 KB

1.0.0 / 2017-07-13

  • showUrl will honor the options.show parameter
  • Fixed search parameters in url
  • Fixed file urls with protocols

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

0.6.1 / 2015-12-11

0.6.0 / 2015-08-27

0.5.0 / 2015-07-15

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