Skip to content

Releases: remy/nodemon

v1.14.6

29 Dec 16:55
Compare
Choose a tag to compare

1.14.6 (2017-12-29)

Bug Fixes

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

v1.14.5

29 Dec 11:12
Compare
Choose a tag to compare

1.14.5 (2017-12-29)

Bug Fixes

  • don't use fork with node inspect (0d9a892)

v1.14.4

29 Dec 10:59
Compare
Choose a tag to compare

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

v1.14.3

22 Dec 22:39
ad226af
Compare
Choose a tag to compare

1.14.3 (2017-12-22)

Bug Fixes

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

v1.14.2

22 Dec 15:41
Compare
Choose a tag to compare

1.14.2 (2017-12-22)

Bug Fixes

  • stop saying there's another update required! (dcd8911)

v1.14.1

20 Dec 23:25
4589bc8
Compare
Choose a tag to compare

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

v1.14.0

20 Dec 14:14
Compare
Choose a tag to compare

1.14.0 (2017-12-20)

Bug Fixes

Features

  • support wildcard extension matching (009d868)

v1.13.3

16 Dec 01:22
Compare
Choose a tag to compare

1.13.3 (2017-12-16)

Bug Fixes

v1.13.2

15 Dec 15:24
Compare
Choose a tag to compare

1.13.2 (2017-12-15)

Bug Fixes

v1.13.1

15 Dec 14:18
Compare
Choose a tag to compare

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)