Releases: catdad/electronmon
Releases · catdad/electronmon
2.0.0
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
1.1.1
1.1.0
1.0.1
1.0.0
🍸 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 usingwatchboy
. You can expect faster startup times for monitoring, especially on Windows and Linux, with significant decreases in memory usage - see #25 and #30