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

Releases: szwacz/electron-boilerplate

9.1.0

26 May 05:16
Compare
Choose a tag to compare

Removed unmaintained package friendly-errors-webpack-plugin from dependencies, because was causing troubles for newer versions of node/npm.

9.0.0

08 Apr 13:04
Compare
Choose a tag to compare

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

12 Jun 15:18
Compare
Choose a tag to compare
  • Webpack upgraded to v4

7.0.0

02 Nov 19:11
Compare
Choose a tag to compare
  • 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

13 Mar 17:46
Compare
Choose a tag to compare
  • Codebase rewritten to ES6
  • Indentation changed from 4 to 2 spaces (because is more commonly used)
  • Minor helper files reorganisation

5.0.1

10 Mar 22:49
Compare
Choose a tag to compare

All npm dependencies updated to latest version.

5.0.0

26 Nov 07:39
Compare
Choose a tag to compare
  • Dropped two package.json structure
    • Thanks to improvements in latest electron-builder the reasons to have two package.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 into package.json
    • This change affected path returned by getAppPath(). Details: #240

4.4.0

19 Nov 10:03
Compare
Choose a tag to compare
  • Updated all dependencies
  • Simplified electron-builder integration
    • Using defaults in configuration
    • resources folder has been reorganized and renamed to build
  • Switched yargs dependency for minimist (does the same job but is much smaller)

4.3.0

02 Oct 20:02
Compare
Choose a tag to compare

4.2.0

12 Sep 18:30
Compare
Choose a tag to compare
  • CI configuration added