Roadmap & voting at the public Trello board.
- Skip vendor folder on full test run when GO15VENDOREXPERIMENT is set.
- Fix typo in NewRecursiveWatcher (thanks @corrupt).
- Don't watch directories starting with an underscore (like the go tool).
- Add Godep support
godeps go test
(thanks @sudhirj) - Switch tests from launchpad to gopkg.in/check.v1 (thanks @aibou)
- Update to new gophertown/fsnotify API (v0.11.0).
- Ignore metadata changes when detecting modifications.
- Use gophertown/fsnotify (experimenting with the API there for now)
- Add --debug flag to help track down [#6] Tests run twice
- Rename to Looper
- Packages are the unit of compilation in Go. Use a package-level granularity for testing.
- Don't log Stat errors (can be caused by atomic saves in editors)
- Fixes "named files must all be in one directory" error [#2]
- Pass through for -tags command line argument. Thanks @jtacoma.
- Recursively watches the file system, adding subfolders when created.
- Readline interaction to run all tests or exit.
- ANSI colors to add some flare.
- Focused testing of a single file for a quick TDD loop (subject to change)