nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development

MIT License

Downloads
27.4M
Stars
26K
Committers
182

Bot releases are hidden (Show)

nodemon - v2.0.7

Published by remy almost 4 years ago

2.0.7 (2021-01-06)

Bug Fixes

nodemon - v2.0.6

Published by remy about 4 years ago

2.0.6 (2020-10-19)

Bug Fixes

nodemon - v2.0.5

Published by remy about 4 years ago

2.0.5 (2020-10-13)

Bug Fixes

nodemon - v2.0.4

Published by remy over 4 years ago

2.0.4 (2020-05-14)

Bug Fixes

nodemon - v2.0.3

Published by remy over 4 years ago

2.0.3 (2020-04-08)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (a4490e2)
nodemon - v2.0.2

Published by remy almost 5 years ago

2.0.2 (2019-12-11)

Bug Fixes

nodemon - v2.0.1

Published by remy almost 5 years ago

2.0.1 (2019-11-22)

Bug Fixes

  • ubuntu loop waiting for sub processes (ed91703), closes #1633
nodemon - v2.0.0

Published by remy almost 5 years ago

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.
nodemon - v1.19.4

Published by remy about 5 years ago

1.19.4 (2019-10-15)

Bug Fixes

nodemon - v1.19.3

Published by remy about 5 years ago

1.19.3 (2019-09-29)

Bug Fixes

  • to avoid confusion like in #1528, always report used extension (eead311)
nodemon - v1.19.2

Published by remy about 5 years ago

1.19.2 (2019-09-03)

Bug Fixes

nodemon - v1.19.1

Published by remy over 5 years ago

1.19.1 (2019-05-25)

Bug Fixes

  • ensure signal is sent to exit event (13afac2)
nodemon - v1.19.0

Published by remy over 5 years ago

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

nodemon - v1.18.11

Published by remy over 5 years ago

1.18.11 (2019-04-08)

Bug Fixes

nodemon - v1.18.10

Published by remy over 5 years ago

1.18.10 (2019-02-08)

Bug Fixes

nodemon - v1.18.9

Published by remy almost 6 years ago

1.18.9 (2018-12-14)

Bug Fixes

nodemon - v1.18.8

Published by remy almost 6 years ago

1.18.8 (2018-12-10)

Bug Fixes

nodemon - v1.18.7

Published by remy almost 6 years ago

1.18.7 (2018-11-27)

Bug Fixes

nodemon - v1.18.6

Published by remy almost 6 years ago

1.18.6 (2018-11-05)

Bug Fixes

nodemon - v1.18.5

Published by remy almost 6 years ago

1.18.5 (2018-10-26)

Bug Fixes

  • nodemon installation for node 10.x and beyond (#1441) (3afa52c)