- Fixed watcher module "watch" now watches directories correctly
- linter & tester are now EventEmitters
- Cordell::test - Catch mocha errors and use exit code
- watcher is now modular, can use watchFile (default) or watch
- FYI: watcher module "watch" doesn't watch directories? todo...
- Updated README
- added custom logger parameter to ranger
- linter & tester: fixed defaults when options are frozen
- walker: tweaked close functionality
- watcher: ignore duplicate paths on add
- more tests and pending tests... (TODO)
- More tests, even more pending...
- fixed run() chaining bug in tester
- fixed walker shared _files instance bug
- walker: Emit
closedevent when close() completes - watcher: chainable methods
- watcher: better
remlogic - added test/config.coffee and cleaned up test.coffee
- Added more to README
- refactored linter & tester
- lint and test helper functions now exit without watching
- walker now only takes options in the constructor
- walker now can walk multiple times
- walker.close now resets the walker
- watcher change:dir event sends the directory listing
- Initial release.