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.9.1

Published by remy over 8 years ago

<a name"1.9.1">

1.9.1 (2016-02-25)

Bug Fixes

  • don't concatenate ignore regexes (7152585f)
  • update regex to include unicode extensions -- no tests yet cc: @remy (1addfea8)
nodemon - v1.9.0

Published by remy over 8 years ago

<a name"1.9.0">

1.9.0 (2016-02-19)

Features

  • support --polling-interval command line arg (fc2bc168)
nodemon - v1.8.1

Published by remy almost 9 years ago

<a name"1.8.1">

1.8.1 (2015-11-02)

Bug Fixes

nodemon - v1.8.0

Published by remy almost 9 years ago

<a name"1.8.0">

1.8.0 (2015-10-25)

Bug Fixes

Features

  • add JSON to default watched extensions (370d778d, closes #643)
nodemon - v1.7.3

Published by remy about 9 years ago

<a name"1.7.3">

1.7.3 (2015-10-20)

Bug Fixes

  • JSON extension not watched outside of coffeescript (ceb1515e, closes #643)
nodemon - v1.7.2

Published by remy about 9 years ago

<a name"1.7.2">

1.7.2 (2015-10-19)

Bug Fixes

nodemon - v1.7.1

Published by remy about 9 years ago

<a name"1.7.1">

1.7.1 (2015-09-25)

Bug Fixes

nodemon - v1.7.0

Published by remy about 9 years ago

<a name"1.7.0">

1.7.0 (2015-09-21)

Bug Fixes

Features

  • add JSON to default watched extensions (cd4201af, closes #643)
nodemon - v1.6.1

Published by remy about 9 years ago

<a name"1.6.1">

1.6.1 (2015-09-19)

Bug Fixes

  • stdin was closed after crashed child (d817866e, closes #601)
nodemon - v1.6.0

Published by remy about 9 years ago

<a name"1.6.0">

1.6.0 (2015-09-19)

Bug Fixes

Features

  • support disabling colour output (6e40e9ad)
nodemon - v1.5.1

Published by remy about 9 years ago

<a name"1.5.1">

1.5.1 (2015-09-16)

Bug Fixes

  • ignore dotfiles only if not explicitly told to do so (4826c877)
nodemon - v1.5.0

Published by remy about 9 years ago

<a name"1.5.0">

1.5.0 (2015-09-12)

Bug Fixes

  • restore file count in verbose mode (7250919e)

Features

  • merge ignore rules with defaults (15b0b88d)
nodemon - v1.4.2

Published by remy about 9 years ago

<a name"1.4.2">

1.4.2 (2015-09-12)

Refactor

  • Move to using Chokidar library for all file watching - closes many issues

Bug Fixes

  • protect from missing options (ebbe1edb)
  • incorrectly exiting when required (7496f083)