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

Published by remy about 8 years ago

<a name"1.11.0">

1.11.0 (2016-10-06)

Features

  • add support for customisable signal (2cd85b1f)
nodemon - v1.10.2

Published by remy about 8 years ago

<a name"1.10.2">

1.10.2 (2016-08-18)

Bug Fixes

nodemon - v1.10.1

Published by remy about 8 years ago

<a name"1.10.1">

1.10.1 (2016-08-18)

Bug Fixes

nodemon - v1.10.0

Published by remy about 8 years ago

<a name"1.10.0">

1.10.0 (2016-07-25)

Features

nodemon - v1.9.2

Published by remy over 8 years ago

<a name"1.9.2">

1.9.2 (2016-04-29)

Bug Fixes

  • stdin: don't watch for 'rs' when --no-stdin is provided (bded0ac5)