Commit Graph

298 Commits

Author SHA1 Message Date
Remy Sharp
71d6f2d650 just because. 2013-12-06 10:08:56 +00:00
Remy Sharp
c5a5c88af7 tweaking numbers to test travis 2013-12-05 22:31:40 +00:00
Remy Sharp
4785409a79 tweaks to copy 2013-12-05 16:30:13 +00:00
Remy Sharp
48855d051f More test coverage 2013-12-05 16:29:58 +00:00
Remy Sharp
80fbacaa7a unsure whether exit.js was ever used 2013-12-05 09:46:39 +00:00
Remy Sharp
90f3bcd891 Test help 2013-12-05 09:45:53 +00:00
Remy Sharp
871ecd4583 removed old tests and old nodemon...whoooo 2013-12-05 09:45:16 +00:00
Remy Sharp
975e535970 0.9.12 2013-12-05 00:13:35 +00:00
Remy Sharp
d092d71775 Ignore .git & node_modules/**/node_modules by default. Closes #230
Also linting, tests and cleaned up filename that's echoed triggering the change
2013-12-05 00:12:24 +00:00
Remy Sharp
8dbaf0a111 0.9.11 2013-12-04 12:46:41 +00:00
Remy Sharp
ae184b73e6 Passing tests on linux 2013-12-04 12:45:47 +00:00
Remy Sharp
e777deaf52 jshint cleaning 2013-12-04 12:35:03 +00:00
Remy Sharp
9853e089b4 Fixed #118 plus a bunch of jshint fixes 2013-12-04 12:31:37 +00:00
Remy Sharp
c8d59ff466 Removes support for node 0.6 in nodemon 0.9.x and upwards 2013-12-03 23:54:14 +00:00
Remy Sharp
3e000fa299 Removed redundant test 2013-12-03 23:25:33 +00:00
Remy Sharp
61572250db Start initial watch right away - fixes timing issues in tests 2013-12-03 23:23:40 +00:00
Remy Sharp
ccb050b227 Copy across fix #228 2013-12-03 13:40:06 +00:00
Remy Sharp
306eb6cd17 0.9.10 2013-12-03 13:38:54 +00:00
Remy Sharp
59e0135eb5 More test off of lib 2013-12-03 13:37:40 +00:00
Remy Sharp
c503222f30 Refactoring.
* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon now knows when it's being required (and goes dark)
* etc...
2013-12-03 13:34:40 +00:00
Remy Sharp
bbe66320c5 merge up 2013-11-25 01:08:48 +00:00
Remy Sharp
d7c3647405 Using event bus for tests and requirable nodmeon
TODO: remove stdout inside tests
2013-11-25 01:04:52 +00:00
Remy Sharp
a2d67ec3af 0.9.9 2013-11-20 22:07:49 +00:00
Remy Sharp
21ba61476b trying to get nodemon start tests to pass on linux - problems with fs.watch + touch 2013-11-20 22:07:44 +00:00
Remy Sharp
a7fe84f12b Legacy mode working again and Vagrant working ok 2013-11-20 21:09:17 +00:00
Remy Sharp
eef9efc7df Capture error on simple running 2013-11-20 20:38:04 +00:00
Remy Sharp
f76560cacc 0.9.8 2013-11-14 14:27:41 +00:00
Remy Sharp
ed480b624c Allowing 5sec for mocha to run. Also better clean up on test exit 2013-11-14 14:27:20 +00:00
Remy Sharp
5cee0cfac9 0.9.7 2013-11-14 14:09:28 +00:00
Remy Sharp
2909a17a8f First tests to ensure nodemon is actually restarting correctly 2013-11-14 14:09:14 +00:00
Remy Sharp
31eeeeed34 Merge branch 'feature/json-config' of github.com:remy/nodemon into feature/json-config 2013-11-12 20:13:56 +00:00
Remy Sharp
f6887c9f31 making main based off the module, not the "binary" 2013-11-12 20:13:50 +00:00
Remy Sharp
9063479f5f Merge pull request #219 from matthew-andrews/feature/json-config
Implement Istanbul for code coverage metrics
2013-11-12 12:12:15 -08:00
Matthew Andrews
b56e4d26a8 Add code coverage metrics 2013-10-31 23:29:17 +00:00
Remy Sharp
71df2ceac1 Windows friendly slash 2013-10-31 19:49:13 +00:00
Remy Sharp
d25228c51d Beginning of more docs 2013-10-31 19:49:02 +00:00
Remy Sharp
c7f50160e2 Only reset search time /after/ file changes detected 2013-10-31 19:46:30 +00:00
Remy Sharp
e983d0059f 0.9.6 2013-10-31 00:35:35 +00:00
Remy Sharp
0b0d31c37b Got the logic in reverse with config merge 2013-10-31 00:35:21 +00:00
Remy Sharp
55d09b0899 0.9.5 2013-10-31 00:27:40 +00:00
Remy Sharp
cc44b58641 Fixed extension watching and fixed perf bug in check
Needs careful testing in linux and windows.

Also fixed #204 but requires config file to set `restartable` to false, since there's so many options to configure stdin and this particular case has narrow use.
2013-10-31 00:25:36 +00:00
Remy Sharp
fcc843cd88 Test confirming fix for #212 2013-10-30 20:23:40 +00:00
Remy Sharp
c67fbe4d02 0.9.4 2013-10-30 20:15:05 +00:00
Remy Sharp
81eb5effa5 Fixed nodemnon . and nodemon.json loaded before flags set 2013-10-30 20:14:37 +00:00
Remy Sharp
565f59d334 0.9.3 2013-10-30 19:51:03 +00:00
Remy Sharp
817e2269dc Custom merge with tests
Also fixes missing values in config
2013-10-30 19:43:20 +00:00
Remy Sharp
ccd20a5239 0.9.2 2013-10-29 20:04:40 +00:00
Remy Sharp
aceee649f3 Fixed #216. If --exec is used, don't try to detect userScript
Also simplified the exec and arguments logic
2013-10-29 20:02:30 +00:00
Remy Sharp
ed040edcee node 0.6 compat 2013-10-29 18:46:14 +00:00
Remy Sharp
b98478355c 0.9.1 2013-10-29 18:44:04 +00:00