Releases: remy/nodemon
Releases · remy/nodemon
v2.0.4
2.0.4 (2020-05-14)
Bug Fixes
v2.0.3
2.0.3 (2020-04-08)
Bug Fixes
package.json & package-lock.json to reduce vulnerabilities (a4490e2 )
v2.0.2
2.0.2 (2019-12-11)
Bug Fixes
v2.0.1
2.0.1 (2019-11-22)
Bug Fixes
ubuntu loop waiting for sub processes (ed91703 ), closes #1633
v2.0.0
2.0.0 (2019-11-20)
Bug Fixes
wait for all subprocesses to terminate (fixes issue #1476 ) (0e6ba3c )
Features
BREAKING CHANGES
Upgrading to chokidar@3 drops support for node@4, so nodemon is doing the same, and now supports node@8+
Chokidar upgrade means: massive CPU & RAM consumption improvements. 17x package & deps size reduction.
v1.19.3
1.19.3 (2019-09-29)
Bug Fixes
to avoid confusion like in #1528 , always report used extension (eead311 )
v1.19.1
1.19.1 (2019-05-25)
Bug Fixes
ensure signal is sent to exit event (13afac2 )
v1.19.0
1.19.0 (2019-05-01)
Bug Fixes
disable fork only if string starts with dash (886527f ), closes #1554
Quote zero-length strings in arguments (#1551 ) (2973afb )
Features
You can’t perform that action at this time.