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

Releases: szwacz/electron-boilerplate

4.1.0

15 Aug 06:30
Compare
Choose a tag to compare
  • Added end to end tests environment (see readme)
  • Refactored unit tests building process (thanks to this main gulp build task got even simpler)

4.0.0

14 Aug 18:31
Compare
Choose a tag to compare
  • To properly work with electron-builder the applicaiton source code has been split into two folders: src and app. See readme for longer explanation. As a byproduct of this change builds are now much faster (no need for copying static files like node_modules folder).
  • Using now rollup incremental builds (faster rebuilds in gulp watch tasks).
  • If any gulp task in watch mode will fail sound is played in terminal to let you know.
  • Using now electron (not electron-prebuilt) npm module.
  • Gulp build process no longer has clean task.
  • Unit tests now respect source maps when raporting errors

3.0.0

27 Jul 20:48
Compare
Choose a tag to compare

Integrated electron-builder

  • Thanks to that boilerplate is significantly smaller
  • Installers are now created by electron-builder
  • Native modules rebuilding is handled by electron-builder

2.3.4

04 Jun 16:48
Compare
Choose a tag to compare
  • simplified loading of environment variables into app
  • amended command line usage of npm run install-native

2.3.3

03 Jun 05:29
Compare
Choose a tag to compare
  • Fixed test files bundling on Windows
  • Fixed environment variables access in tests

2.3.2

14 May 06:06
Compare
Choose a tag to compare
  • Updated electron to 1.0.0
  • Updated all third party dependencies

2.3.1

20 Apr 05:14
Compare
Choose a tag to compare
  • tests are run in renderer process

2.3.0

16 Apr 13:49
Compare
Choose a tag to compare
  • standard hotkeys like ctrl + c, ctrl + v, ctrl + z are implemented by default
  • context menu with 'copy' appears if any text is selected in the app

2.2.1: Merge pull request #145 from rodrigok/custom-name

13 Apr 04:51
Compare
Choose a tag to compare
  • Name of installer file can now be easily customized (thanks to @rodrigok)

2.2.0

08 Apr 05:50
Compare
Choose a tag to compare
  • Supports release for Mac App Store (thanks @rodrigok)