Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Releases: szwacz/electron-boilerplate

2.1.0

28 Mar 16:49
Compare
Choose a tag to compare
  • Reworked window state manager (app/helpers/window.js). Now can reset to default display when the display electron window runned on has been unplugged.
  • app/vendor/electron-boilerplate directory renamed to app/helpers

2.0.0

23 Mar 21:07
Compare
Choose a tag to compare
  • Replaced Jasmine test runner with Mocha (thanks @blainesch). Pros:
    • Mocha thanks to electron-mocha integrates with Electron order of magnitude smoother than Jasmine.
    • Now tests can be easily plugged into CI system.

1.1.1

20 Mar 20:52
Compare
Choose a tag to compare
  • Bugfixed watch task for npm test

1.1.0

19 Mar 18:56
Compare
Choose a tag to compare
  • Watch task refactored. Now using gulp-watch.
  • Asar task can now package .dotfiles

1.0.0

04 Mar 14:44
Compare
Choose a tag to compare

Starting chagelog! The number 1.0.0 is not because of any milestone has been achieved, just because you need to start your version numbers somewhere.

Changes:

  • Build and release task files reorganised to their own folders
  • Rollup doesn't bother you anymore with those messages Treating X as external dependency
  • app/vendor/electron_boilerplate/window_state.js can recover when corrupted data has been saved to json file
  • Updated npm dependencies
  • Updated Jasmine to v2.4.1.