Skip to content

Releases: remy/nodemon

v1.17.0

27 Feb 16:56
7fb365d
Compare
Choose a tag to compare

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.

v1.15.1

19 Feb 16:54
1cda8fa
Compare
Choose a tag to compare

1.15.1 (2018-02-19)

Bug Fixes

v1.15.0

15 Feb 23:32
70cfb7d
Compare
Choose a tag to compare

1.15.0 (2018-02-15)

Features

v1.14.12

01 Feb 22:52
Compare
Choose a tag to compare

1.14.12 (2018-02-01)

Bug Fixes

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

v1.14.11

11 Jan 11:05
Compare
Choose a tag to compare

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)

v1.14.10

09 Jan 13:26
e90f15a
Compare
Choose a tag to compare

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218

v1.14.9

08 Jan 12:50
e95ea6f
Compare
Choose a tag to compare

1.14.9 (2018-01-08)

Bug Fixes

  • correctly pass ignored rules to chokidar (718a9ad), closes #1202
  • ignorePermissionErrors in chokidar (e95ea6f)

v1.14.8

06 Jan 09:39
Compare
Choose a tag to compare

1.14.8 (2018-01-06)

Bug Fixes

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

v1.14.7

31 Dec 20:13
Compare
Choose a tag to compare

1.14.7 (2017-12-31)

Bug Fixes

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)