Nodemon Versions Save

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

v3.1.4

2 weeks ago

3.1.4 (2024-06-20)

Bug Fixes

v3.1.3

1 month ago

3.1.3 (2024-06-03)

Bug Fixes

  • cast the nodemon function as Nodemon type (eaa1d54), closes #2206

v3.1.2

1 month ago

3.1.2 (2024-05-29)

Bug Fixes

v3.1.1

1 month ago

3.1.1 (2024-05-25)

Bug Fixes

  • add types to help with required nodemon usage (#2204) (cd27c0b)

v3.1.0

4 months ago

3.1.0 (2024-02-22)

Features

v3.0.3

5 months ago

3.0.3 (2024-01-16)

Bug Fixes

v3.0.2

7 months ago

3.0.2 (2023-12-01)

Bug Fixes

v3.0.1

11 months ago

3.0.1 (2023-07-09)

Bug Fixes

v3.0.0

11 months ago

3.0.0 (2023-07-08)

Bug Fixes

Features

  • always use polling on IBM i (3b58104)

BREAKING CHANGES

  • official support for node@8 dropped.

However there's no function being used in semver that breaks node 8, so it's technically still possible to run with node 8, but it will no longer be supported (or tested in CI).

v2.0.22

1 year ago

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083