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 - v1.18.4

Published by remy about 6 years ago

1.18.4 (2018-08-29)

Bug Fixes

  • properly pass options to chokidar (5a47a32)
nodemon - v1.18.3

Published by remy over 6 years ago

1.18.3 (2018-07-17)

Bug Fixes

nodemon - v1.18.2

Published by remy over 6 years ago

1.18.2 (2018-07-13)

Bug Fixes

nodemon - v1.18.1

Published by remy over 6 years ago

1.18.1 (2018-07-11)

Bug Fixes

nodemon - v1.18.0

Published by remy over 6 years ago

1.18.0 (2018-07-10)

Bug Fixes

Features

  • support ctrl+l to clear (a974892)
nodemon - v1.17.5

Published by remy over 6 years ago

1.17.5 (2018-05-23)

Bug Fixes

  • in watch, use fully filtered ignore rules (b3fc3a9), closes #1348
nodemon - v1.17.4

Published by remy over 6 years ago

1.17.4 (2018-05-05)

Bug Fixes

  • {{filename}} is only replaced once (f616258)
  • increase perf of watching large file count (58b82f2), closes #1317
  • only hook SIGINT on boot - not at require (9bbc219), closes #1326
  • support env.SUPPRESS_SUPPORT (#1334) (ee2aac1)
nodemon - v1.17.3

Published by remy over 6 years ago

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292
nodemon - v1.17.2

Published by remy over 6 years ago

1.17.2 (2018-03-13)

Bug Fixes

nodemon - v1.17.1

Published by remy over 6 years ago

1.17.1 (2018-02-27)

Bug Fixes

nodemon - v1.17.0

Published by remy over 6 years ago

1.17.0 (2018-02-27)

Bug Fixes

Features

Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though.

nodemon - v1.15.1

Published by remy over 6 years ago

1.15.1 (2018-02-19)

Bug Fixes

nodemon - v1.15.0

Published by remy over 6 years ago

1.15.0 (2018-02-15)

Features

nodemon - v1.14.12

Published by remy over 6 years ago

1.14.12 (2018-02-01)

Bug Fixes

  • sniff for child.stdout before using it (79e61f0)
  • wrongly normalizing slashes in windows (33fa6f4), closes #1236
nodemon - v1.14.11

Published by remy almost 7 years ago

1.14.11 (2018-01-11)

Bug Fixes

nodemon - v1.14.10

Published by remy almost 7 years ago

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218
nodemon - v1.14.9

Published by remy almost 7 years ago

1.14.9 (2018-01-08)

Bug Fixes

  • correctly pass ignored rules to chokidar (718a9ad), closes #1202
  • ignorePermissionErrors in chokidar (e95ea6f)
nodemon - v1.14.8

Published by remy almost 7 years ago

1.14.8 (2018-01-06)

Bug Fixes

  • clarify which config files are actually used (2582d96), closes #1204
  • fail gracefully if postinstall fails (64a82ff)
nodemon - v1.14.7

Published by remy almost 7 years ago

1.14.7 (2017-12-31)

Bug Fixes

nodemon - v1.14.6

Published by remy almost 7 years ago

1.14.6 (2017-12-29)

Bug Fixes

  • watch both js and mjs files if main file is JavaScript (d78bf3d)