1040 Commits

Author SHA1 Message Date
Remy Sharp
49c060d673 docs: fix 2018-02-02 11:47:24 +00:00
Remy Sharp
e6856c6111 docs: fix broken images
[skip ci]

By jumping through silly hoops.
2018-02-02 11:46:53 +00:00
Remy Sharp
32e416ac7b docs: logo
[skip ci]
2018-02-02 11:40:38 +00:00
Remy Sharp
2918e0ae3e chore: bumping github image cache
[skip ci]
2018-02-02 11:38:12 +00:00
Remy Sharp
85475b5b37 docs: typo
[skip ci]
2018-02-02 11:36:39 +00:00
Remy Sharp
b936f6ca9c docs: add mixmax sponsor ❤️
[skip ci]
2018-02-02 11:27:30 +00:00
Remy Sharp
33fa6f4970 fix: wrongly normalizing slashes in windows
This change takes code from npm's cli to change the way the arguments
passed to nodemon are interpreted.

Removes path.normalize and replaces with windowsVerbatimArguments

Fixes #1236
v1.14.12
2018-02-01 22:47:56 +00:00
Remy Sharp
4cfd0b9cf8 chore: fix lint warning 2018-02-01 22:47:41 +00:00
Remy Sharp
79e61f00e7 fix: sniff for child.stdout before using it
This fixes node@6.0.0, but it's a hack, so I'm going to emit a message
saying that non-LTS is not supported.
2018-02-01 22:47:41 +00:00
Remy Sharp
4f0562a22d chore: update oliver
[skip ci]
2018-02-01 18:58:26 +00:00
Remy Sharp
66e0d133f5 chore: tweak oliver 2018-01-21 22:49:16 +00:00
Remy Sharp
c9d8cd3bdd chore: add oliver twist bot
[skip ci]
2018-01-12 17:12:20 +00:00
Remy Sharp
4be493ca0d fix: don't ignore dot-directories
Fixes #1223
v1.14.11
2018-01-11 11:00:46 +00:00
Remy Sharp
60d1add20b docs: add context to fences 2018-01-11 11:00:35 +00:00
Remy Sharp
9d498523d7 fix: update deps - chokidar@2.0.0 in particular 2018-01-11 11:00:35 +00:00
Remy Sharp
e90f15aa8a fix: node < 6.4.0 causing crash on 'rs' trigger
* fix: node < 6.4.0 can't connect to stdin
* fix: child stdio when spawn is similar to fork

Fixes #1218
v1.14.10
2018-01-09 13:18:08 +00:00
Remy Sharp
e95ea6f656 fix: ignorePermissionErrors in chokidar
Make any permission errors silent, since it the most likely case we don't need them at all.

Fixes: #1213
v1.14.9
2018-01-08 12:35:06 +00:00
Remy Sharp
c121187611 refactor: indexOf > includes (in node4) 2018-01-08 12:33:51 +00:00
Remy Sharp
8cec0fc0c7 chore: fix linting issue 2018-01-08 12:33:51 +00:00
Remy Sharp
718a9ad2e2 fix: correctly pass ignored rules to chokidar
Previous the rules weren't matching fully inside of chokidar, requiring
that, for instance, node_modules is written as **/node_modules/**.

I've also tidied up what's printed in verbose mode, so it doesn't print
default ignores, and doesn't print the full path of an ignored
directory.

This change _also_ fixes notifications from chokidar from user ignored
paths (using the `cwd` argument). This should fix #1202
2018-01-08 12:33:51 +00:00
Remy Sharp
64a82ff81a fix: fail gracefully if postinstall fails v1.14.8 2018-01-06 09:35:25 +00:00
Remy Sharp
2582d960be fix: clarify which config files are actually used
Fixes #1204
2018-01-06 09:35:16 +00:00
Remy Sharp
8cb26bfe25 refactor: small tweaks to ES6-ish 2018-01-06 09:35:16 +00:00
Remy Sharp
6e7ce4bbe2 fix: swallow child.stdin err
This is a weird case where stdin isn't fully connected and throws in
ubuntu 16.04 (replicated in a Docker image).

Fixes #1195
v1.14.7
2017-12-31 19:47:16 +00:00
Josef Brandl
d78bf3d5d1 fix: watch both js and mjs files if main file is JavaScript v1.14.6 2017-12-29 16:51:17 +00:00
Remy Sharp
0d9a89241c fix: don't use fork with node inspect
Fixes: #1191
v1.14.5
2017-12-29 11:07:04 +00:00
Remy Sharp
de66c6bcea refactor: fix scoping issue in node@4 v1.14.4 2017-12-29 10:55:12 +00:00
Remy Sharp
5a914cb35b fix: handle exit(2) better 2017-12-29 10:55:12 +00:00
Remy Sharp
6333fa5a4c chore: fix linting 2017-12-29 10:55:12 +00:00
Remy Sharp
6e839d4a33 fix: support implicit filename extension
Fixes #1193
2017-12-29 10:55:12 +00:00
Remy Sharp
48048aaf12 fix: properly handle --no-update-notifier 2017-12-29 10:54:59 +00:00
Remy Sharp
c63771726c fix: expose no update flag 2017-12-29 10:54:59 +00:00
Remy Sharp
f711537795 chore: fix linting 2017-12-29 10:54:48 +00:00
Remy Sharp
7a04e2c71f fix: incorrect count of watch files being reported
The number of watched files was correct, but showed (incorrectly) a
cumulative total of watched files (i.e. 1 + 2 + 3 + 4 etc).

Fixes #1194
2017-12-29 10:54:48 +00:00
Remy Sharp
7052648641 docs: add SparkPost for their sponsorship ❤️ 2017-12-28 22:10:05 +00:00
Remy Sharp
369eb11f1c chore: update issue template
[skip ci]
2017-12-26 16:27:44 +00:00
Remy Sharp
0c78a9c7a0 test: remove .only 2017-12-23 08:48:46 +00:00
Remy Sharp
0c3229d77f docs: remove duff link
[skip ci]
2017-12-22 22:52:48 +00:00
Remy Sharp
ad226afc13 fix: ensure non-slurp is passed to script
The `--` argument now passes all arguments after the script (if omitted in the nodemon call), rather than the exec command.

Fixes #750
v1.14.3
2017-12-22 22:34:18 +00:00
Remy Sharp
0bb1eec1a0 chore: merge branch 'master'
* 'master' of github.com:remy/nodemon:
  chore: update new issue template
  chore: add no-response bot
v1.14.2
2017-12-22 15:37:00 +00:00
Remy Sharp
dcd8911e23 fix: stop saying there's another update required! 2017-12-22 15:36:36 +00:00
Remy Sharp
636ae404ce chore: update new issue template
[skip ci]
2017-12-22 14:45:39 +00:00
Remy Sharp
e4cfe9b704 chore: add no-response bot
[skip ci]
2017-12-21 11:55:22 +00:00
Remy Sharp
4589bc8a60 fix: properly ignore defaults, don't match partial
Changed to passing Chokidar simple strings instead of custom regexp, only had to prefix with **/ to get it to match the ignore directories properly.

Fixes #916
v1.14.1
2017-12-20 23:21:35 +00:00
Remy Sharp
1d88943394 fix: pass stdin to child process on -I
Fixes #1036 - the no-stdin wasn't passing the process.stdin to the
child.
2017-12-20 23:21:06 +00:00
Remy Sharp
1e2516de4a fix: defined diretory watching 2017-12-20 14:09:14 +00:00
Remy Sharp
d15cf686f7 fix: remove scoped dep
Fixes #1180
v1.14.0
2017-12-20 14:09:03 +00:00
Remy Sharp
67d146637e refactor: remove libraries over native es6 support 2017-12-20 14:09:03 +00:00
Dominykas Blyžė
35b86a92e1 test: increase timeout between writing files and starting nodemon
It seems that the filesystem events for creating the files get delayed somehow and arrive after nodemon has started - increasing the timeout prevents a restart before we've actually modified the file
2017-12-20 14:08:53 +00:00
Dominykas Blyžė
b326b4648a test: unlink tmp files after each test 2017-12-20 14:08:53 +00:00