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
9.1.0
9.0.0
Alle the dependencies have been updated to latest versions.
Started using https://github.com/sindresorhus/electron-context-menu instead of inhouse implementation.
8.0.0
7.0.0
- Dropped gulp and adopted webpack
- All code has been processed by Prettier
- Removed Code coverage feature (for now) - It wasn't fully functional anyway. The feature plan to come back, but need to be rethought.
- Removed CIs - Adding them is very easy and most people cloning this project aren't using them anyway.
6.0.0
5.0.1
5.0.0
- Dropped two
package.json
structure- Thanks to improvements in latest
electron-builder
the reasons to have twopackage.json
files are no longer viable. - Moved to just one
package.json
file in root directory (how it supposed to be from the beginning) - Content of old
app/package.json
has been just merged intopackage.json
- This change affected path returned by
getAppPath()
. Details: #240
- Thanks to improvements in latest
4.4.0
4.3.0
- Istanbul (code coverage tool) added (thanks to @danschultzer)