- merge PR #10: update browserify version
- merge PR #9: support caching of implicit transform dependencies
- add
-n
and--no-watch
to command line interface. (Omitted in code reset)
- Reset codebase to
watchify
@3.3.1 - Added
uber-watchify
changes on top of 3.3.1 - removed hand-rolled
b.write
to usejsonfile.writeFileSync
- cleaned up some logic
- Previous code will live in frozen branch
legacy-2.4.0
- Fix for issue #3 (unable to use
browserify
> 9.0.7)
- Fix typo for logging
- Check if a directory exists before writing cache file
- Merged in upstream changes
- Fixed a bug in cli
- Initial release on top of
watchify
@2.0.0