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 visible (Hide)

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)
nodemon - v1.14.5

Published by remy almost 7 years ago

1.14.5 (2017-12-29)

Bug Fixes

  • don't use fork with node inspect (0d9a892)
nodemon - v1.14.4

Published by remy almost 7 years ago

1.14.4 (2017-12-29)

Bug Fixes

  • expose no update flag (c637717)
  • handle exit(2) better (5a914cb)
  • incorrect count of watch files being reported (7a04e2c), closes #1194
  • properly handle --no-update-notifier (48048aa)
  • support implicit filename extension (6e839d4), closes #1193
nodemon - v1.14.3

Published by remy almost 7 years ago

1.14.3 (2017-12-22)

Bug Fixes

  • ensure non-slurp is passed to script (ad226af), closes #750
nodemon - v1.14.2

Published by remy almost 7 years ago

1.14.2 (2017-12-22)

Bug Fixes

  • stop saying there's another update required! (dcd8911)
nodemon - v1.14.1

Published by remy almost 7 years ago

1.14.1 (2017-12-20)

Bug Fixes

  • defined diretory watching (1e2516d)
  • pass stdin to child process on -I (1d88943), closes #1036
  • properly ignore defaults, don't match partial (4589bc8), closes #916
nodemon - v1.14.0

Published by remy almost 7 years ago

1.14.0 (2017-12-20)

Bug Fixes

Features

  • support wildcard extension matching (009d868)
nodemon - v1.13.3

Published by remy almost 7 years ago

1.13.3 (2017-12-16)

Bug Fixes

nodemon - v1.13.2

Published by remy almost 7 years ago

1.13.2 (2017-12-15)

Bug Fixes

nodemon - v1.13.1

Published by remy almost 7 years ago

1.13.1 (2017-12-15)

Bug Fixes

  • fixed an issue where we tried to resolve null as path (10ded94)
  • if no ps, walk /proc to kill child fully (bf9b7a6)
nodemon - v1.13.0

Published by remy almost 7 years ago

1.13.0 (2017-12-15)

Bug Fixes

  • support nodemon index to expand to index.js (a282afb), closes #1165

Features

  • support SIGHUP to restart nodemon (30f999a), closes #393
  • watch script regardless of extension (f8a5abe), closes #461
nodemon - v1.12.7

Published by remy almost 7 years ago

1.12.7 (2017-12-13)

Bug Fixes

  • defensive check on accessing cmd.args (fd961d6)
  • support node arguments again (d9e93ad), closes #1161
nodemon - v1.12.6

Published by remy almost 7 years ago

1.12.6 (2017-12-13)

Bug Fixes

  • get tests to pass (cf923a8)
  • only use fork if node>4 (f52615c)
  • restore node 4 min support (6d760f4)
  • travis CI build before-install (3a6b8df)
nodemon - v1.12.5

Published by remy almost 7 years ago

1.12.5 (2017-12-05)

Bug Fixes

nodemon - v1.12.4

Published by remy almost 7 years ago

1.12.4 (2017-12-04)

Bug Fixes

  • reduce help output (a teeny bit) (2e1b496)
nodemon - v1.12.3

Published by remy almost 7 years ago

1.12.3 (2017-12-04)

Bug Fixes

Features

  • nodemonConfig support in package.json (fb5da38), closes #873