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