This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Releases: szwacz/electron-boilerplate
Releases · szwacz/electron-boilerplate
2.1.0
2.0.0
- 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
1.1.0
- Watch task refactored. Now using gulp-watch.
- Asar task can now package .dotfiles
1.0.0
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.