Skip to content

Releases: catdad/electronmon

2.0.0

11 Mar 12:58
Compare
Choose a tag to compare

Breaking changes

This release limits the tested and supported versions of node and electron for this module. As both environments release updates at a rapid pace, I cannot continue to support older environments that are not supported by the vendors themselves. As such, only currently-supported versions of node and electron will be tested and officially supported in electronmon. This is in line with other popular modules as well.

As of this release, node 10, 12, and 14 are supported with use with electron 8, 9, 10, and 11.

There are no runtime or api changes.

1.1.2

11 Mar 12:39
Compare
Choose a tag to compare

This is just a small service update. There's nothing really to see here.

1.1.1

16 Jun 00:48
Compare
Choose a tag to compare
  • fixed a bug causing a crash when two files are changed at the exact same time - see #50

1.1.0...1.1.1

1.1.0

16 Jun 00:50
Compare
Choose a tag to compare
  • added a way to define ignore patterns, so certain files don't cause a reload - see #2

1.0.1...1.1.0

1.0.1

04 Mar 00:18
Compare
Choose a tag to compare
  • fixed the use of a deprecated method in newer versions of Electron - see #34

1.0.0...1.0.1

1.0.0

13 Jan 22:25
Compare
Choose a tag to compare

馃嵏 Electronmon is at 1.0!! 馃嵏

  • [BREAKING] There is now a requireable API, so you can work with the monitor process programmatically from your scripts. While you could technically require('electronmon') before, there really wasn't much that you could do. Now there is! - see #42
  • The monitoring process has moved away from chokidar and is now using watchboy. You can expect faster startup times for monitoring, especially on Windows and Linux, with significant decreases in memory usage - see #25 and #30

0.7.1...1.0.0

0.7.1

18 Dec 00:13
Compare
Choose a tag to compare
  • fixed an issue with the monitoring crashing when an app encounters an error during startup - see #40

0.7.0...0.7.1

0.7.0

05 Nov 22:56
Compare
Choose a tag to compare
  • process title will now be set and include your project's name if it can be found - see #6 and #36
  • a clearer error will be printed if Electron cannot be found in your project - see 0ba4f04

0.6.0...0.7.0

0.6.0

27 Oct 21:39
Compare
Choose a tag to compare
  • added support for projects that are in a linked location -- main thread files will now be recognized correctly when running the application from a linked location - see #33
  • added Electron 7 to the test matrix

0.5.1...0.6.0

0.5.1

27 Oct 21:30
Compare
Choose a tag to compare