Skip to content

Latest commit

 

History

History
184 lines (155 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

184 lines (155 loc) · 10.1 KB

2.2.0 / 2016-05-30

  • Add --no-colors option

2.1.0 / 2016-05-17

  • Don't stop early if tests open/close windows

2.0.0 / 2016-05-12

  • Fixed incorrect exit code after Renderer failures See: #60
  • Removed Electron 0.x checks / compatibility

1.3.0 / 2016-05-11

  • Electron 1.0 compatibility
  • Update dependencies

1.2.3 / 2016-05-06

  • Update dependencies

1.2.2 / 2016-04-20

  • Load compiler before require options. See: #57

1.2.1 / 2016-04-19

  • window destroyed on exit. See: #56

1.2.0 / 2016-04-12

  • fallback to local electron-prebuilt if can't find electron in the $PATH #55

1.1.0 / 2016-04-10

  • Add --preload option. See: #45

1.0.3 / 2016-04-07

  • Update to latest mocha

1.0.2 / 2016-04-04

  • Ensure backwards compatibility of previous version

1.0.1 / 2016-04-04

  • Update BrowserWindow options syntax for Electron >= 0.37.4. Removes deprecation warnings.

1.0.0 / 2016-03-21

  • console piping issue #48

0.8.0 / 2016-01-14

  • Fix remote output w/ line breaks. See #40

0.7.0 / 2015-12-15

  • update electron-window dep. (For electron >= 0.35). Removes deprecation warnings. See: jprichardson#31
  • clean up require statements (Electron modules). See: jprichardson#29
  • --require support fixed in Renderer. See: jprichardson#33

0.6.3 / 2015-11-26

0.6.2 / 2015-11-21

0.6.1 / 2015-11-05

0.6.0 / 2015-11-05

0.5.1 / 2015-10-30

0.5.0 / 2015-10-21

0.4.0 / 2015-10-16

0.3.1 / 2015-08-27

  • bugfix: incorrect stdin/stdout values (fail on Node v0.10): jprichardson#8

0.3.0 / 2015-07-30

0.2.1 / 2015-07-22

  • bugfix on finding index.html for --renderer tests

0.2.0 / 2015-07-15

0.1.1 / 2015-07-10

  • forgot fs in args.js
  • JavaScript Standard Style

0.1.0 / 2015-07-10

  • initial release