Commit Graph

118 Commits

Author SHA1 Message Date
Remy Sharp
cc895eee38 1.0.17 2014-03-20 12:20:01 +00:00
Remy Sharp
aa442dfca1 1.0.16 2014-03-19 16:47:37 +00:00
Remy Sharp
4708078183 1.0.15 2014-02-18 20:41:46 +00:00
Remy Sharp
3a144795df 1.0.14 2014-01-27 17:10:50 +00:00
Remy Sharp
954d447329 1.0.13 2014-01-21 07:57:28 +00:00
Remy Sharp
328e6e759f 1.0.12 2014-01-17 23:39:06 +00:00
Remy Sharp
15b01a1ab1 1.0.11 2014-01-17 22:45:45 +00:00
Remy Sharp
a2e8f3e58b 1.0.10 2014-01-17 17:54:36 +00:00
Remy Sharp
ee3a6a821b 1.0.9 2014-01-16 23:21:59 +00:00
Remy Sharp
34add7782c package points to homepage. [skip ci] 2014-01-09 13:28:29 +00:00
Remy Sharp
4010461eb3 1.0.8 2014-01-09 13:25:09 +00:00
Remy Sharp
0b9b32cc20 1.0.7 2014-01-07 23:43:50 +00:00
Remy Sharp
257098a3f2 1.0.6 2014-01-06 18:33:37 +00:00
Remy Sharp
fa737a3009 1.0.5 2014-01-05 21:01:31 +00:00
Remy Sharp
598dbe2471 1.0.4 2014-01-05 18:44:16 +00:00
Remy Sharp
54eaf15a6b 1.0.3 2014-01-05 18:34:40 +00:00
Remy Sharp
758d661fa1 1.0.2 2014-01-05 18:33:28 +00:00
Remy Sharp
9f3cb65a38 reverting version back for master merge 2014-01-05 15:53:42 +00:00
Remy Sharp
ab549a1e85 All tests passing (damn race conditions) 2014-01-05 10:16:39 +00:00
Remy Sharp
08c758f884 Rule matching tested and passing 2014-01-05 00:45:38 +00:00
Remy Sharp
7959c5bf00 Refactor watch & ignore logic in favour of monitor
Now using minimatch to match globs to files that have changed. Logic orders the rules in order of specificity (i.e. deeper paths have higher specificity) and the file runs through the rules.
2014-01-03 18:27:24 +00:00
Remy Sharp
f3e76157d2 Tweaking how watching works
Fixed nodemon to echo out what's being watched in the regexp instead of the config.dir path.

Also allowing patterns on the "watch" config setting, rather than just paths.

Removed useless test (that kept failing...incorrectly).
2014-01-03 14:20:46 +00:00
Remy Sharp
c841beb5ea rc version for fixes 2014-01-03 10:14:45 +00:00
Remy Sharp
238acbd64b Default ignore in options and push test delay to 20s 2014-01-02 18:40:01 +00:00
Remy Sharp
78d75fee0e 1.0.1 2013-12-30 12:18:38 +00:00
Remy Sharp
55a4f4b464 1.0.0 2013-12-29 23:27:11 +00:00
Remy Sharp
6e6823a5dc revert version down to bump again using npm 2013-12-29 23:27:04 +00:00
Remy Sharp
9673b849ac Use update-notifier to keep nodemon up to date 2013-12-29 23:11:49 +00:00
Remy Sharp
30a4a192f5 Docs and 1.0.0 release. Whoop whoop! 2013-12-29 22:50:02 +00:00
Remy Sharp
ab464021df 78 tests passing on mac. 2013-12-29 20:26:28 +00:00
Remy Sharp
a0e7a5773e 0.9.17 2013-12-16 21:09:10 +00:00
Remy Sharp
0594917259 0.9.16 2013-12-12 12:11:14 +00:00
Remy Sharp
4edea10d07 0.9.15 2013-12-11 16:18:51 +00:00
Remy Sharp
7197107eed Moved coverage to it's own npm command
Because Travis can sometimes bitch about Istanbul: https://travis-ci.org/remy/nodemon/jobs/15225801
2013-12-10 14:01:16 +00:00
Remy Sharp
eed651f754 0.9.14 2013-12-10 13:29:52 +00:00
Remy Sharp
999a8d6670 0.9.13 2013-12-10 00:08:28 +00:00
Remy Sharp
62a5415fbe Fixed default *.js restart option 2013-12-10 00:07:55 +00:00
Remy Sharp
c5a5c88af7 tweaking numbers to test travis 2013-12-05 22:31:40 +00:00
Remy Sharp
975e535970 0.9.12 2013-12-05 00:13:35 +00:00
Remy Sharp
8dbaf0a111 0.9.11 2013-12-04 12:46:41 +00:00
Remy Sharp
306eb6cd17 0.9.10 2013-12-03 13:38:54 +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
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
Matthew Andrews
b56e4d26a8 Add code coverage metrics 2013-10-31 23:29:17 +00:00
Remy Sharp
e983d0059f 0.9.6 2013-10-31 00:35:35 +00:00