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 |
|
Remy Sharp
|
55d09b0899
|
0.9.5
|
2013-10-31 00:27:40 +00:00 |
|
Remy Sharp
|
c67fbe4d02
|
0.9.4
|
2013-10-30 20:15:05 +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
|
b98478355c
|
0.9.1
|
2013-10-29 18:44:04 +00:00 |
|
Remy Sharp
|
69c71473a8
|
removed colors dep
|
2013-10-29 18:44:00 +00:00 |
|
Remy Sharp
|
d90fee7a4c
|
Loading .json files, parsing cli & detailed output
- Loads $HOME/nodemon.json
- Then ./nodemon.json
- Then overwrites with cli (or module) settings
- -V gives detail of what's going on inside nodemon
- -q shuts nodemon up entirely
- Cleaner config loading breakup
|
2013-10-29 13:41:47 +00:00 |
|
Remy Sharp
|
b2a43283ee
|
Using odd version to flag dev release
|
2013-10-27 09:16:51 +00:00 |
|
Remy Sharp
|
5d44ebb685
|
still in progress - lots of file laying out
|
2013-08-19 21:15:20 +01:00 |
|
Remy Sharp
|
5293f08740
|
fixed parse test expectation
|
2013-08-07 23:51:53 +01:00 |
|
Remy Sharp
|
3efca971fd
|
Argument parsing, and executable support and tests
Includes simple passing tests, the exec.js has not been tested in detail yet.
|
2013-08-05 00:11:30 +01:00 |
|
Remy Sharp
|
1708d14a79
|
initial tests for rules
|
2013-08-02 09:59:41 +01:00 |
|
Remy Sharp
|
5da131dc03
|
starting the complete rewrite of nodemon in to tiny testable modules
|
2013-08-01 13:55:23 +01:00 |
|
Albert Netymk
|
5a9c00a44e
|
Add connect in dev dependencies.
|
2013-06-03 17:49:17 +02:00 |
|
ChrisWren
|
96a1f73110
|
added mocha and should dev deps and 'npm test' script
|
2013-05-12 21:08:32 -07:00 |
|
Remy Sharp
|
a5a5d2c337
|
Fixed #157 - jiggle the arg order to get --debug in the right place
|
2013-05-01 11:33:04 +01:00 |
|
Remy Sharp
|
4cc9f321f6
|
bump ver for litcoffee support
|
2013-05-01 10:30:31 +01:00 |
|
Remy Sharp
|
8ca0264592
|
Support manual restart using "rs" command. Fixes #162
|
2013-04-30 15:13:16 +01:00 |
|
Remy Sharp
|
4e361d64b1
|
bump
|
2013-04-03 10:59:00 +01:00 |
|
Remy Sharp
|
929633e3a5
|
Fix #145. If ".coffee" is in the --ext args or in the filename - rather than a hard match, then use coffeescript as the executable
|
2013-04-03 10:57:06 +01:00 |
|
Remy Sharp
|
f535e37edb
|
bump version for latest npm release
|
2013-03-26 17:20:54 +00:00 |
|
Remy Sharp
|
e9a1a925b0
|
seems filename might be undefined, throwing errors in windows node. Fixes #150
|
2013-03-17 05:57:49 -04:00 |
|
Remy Sharp
|
20a95635b3
|
change to fix #127 and fix #142 by adding Date.now to watchfile, though I was not able to replicate initial bug, change does not hurt nodemon
|
2013-01-31 17:25:09 +00:00 |
|
Remy Sharp
|
d81840defd
|
--ext option was not reading the alternative syntax, even after regex/split magic jig. Fixes #139 with version 0.7.1 on npm
|
2013-01-14 22:52:49 +00:00 |
|
Remy Sharp
|
e73c05afbb
|
readying nodemon for npm release with new --ext/-e option
|
2013-01-11 00:59:29 +00:00 |
|
Remy Sharp
|
e982057512
|
version bump for npm release +@dylanmcd
|
2012-06-06 14:16:48 +02:00 |
|
Remy Sharp
|
6350fdae4e
|
fucking console crap!
|
2012-04-27 23:06:52 +01:00 |
|
Remy Sharp
|
ced0d3f619
|
verion bump for windows path fix
|
2012-04-27 17:51:51 +01:00 |
|
Remy Sharp
|
5437982508
|
dep use of watchFile - but leave it on mac... ::sigh::
|
2012-04-24 00:00:37 +01:00 |
|
Remy Sharp
|
079682c909
|
version bump for recent pull requests
|
2012-04-23 23:32:41 +01:00 |
|
Remy Sharp
|
55f43387e8
|
fixed #77. need to giggle around program arguments if we are in coffee mode AND reading from package.json
|
2012-04-07 10:40:08 +01:00 |
|
Remy Sharp
|
c61cb7d0a2
|
fixed #78 - allow full paths
|
2012-04-07 10:31:55 +01:00 |
|
Remy Sharp
|
6dc7f44dd6
|
fixed nodemon so it defaults to *.js|*.coffee if running app implicitly via index.js
|
2012-03-03 14:42:05 +00:00 |
|
Remy Sharp
|
540a7bd832
|
bump - bunch of decent fixes for windows
|
2012-02-28 01:10:13 +00:00 |
|
Remy Sharp
|
6ce8670560
|
bump version
|
2012-02-27 12:30:56 +00:00 |
|
Remy Sharp
|
b76166cb46
|
tidied up white space, wrap dir search as directories with spaces were breaking, detect use of fs.watch (fixes #69) and revert to manual watch for unix (fixes #66)
|
2012-02-27 12:30:35 +00:00 |
|