Feat: update package file_system
to 1.0.
Feat: add config for watcher_extensions + refactorings
Feat: better docs / readme
Feat: add a :debug
config for verbose logging
Refact: TestIex.run / watch with defaults
Refact: refactoring for TestIex.Core module
Feat: make test files selector configurable
Feat: configure CI to not start TestIex.Watcher process
Feat: more consistent config var naming
Feat: prevent watcher from starting
- fix: do not fail on test compilation errors
- feat: more consistent logging
- feat: configurable deduplication timeout for file events
- feat: file event watcher de-duplication
- feat: flexible file watcher [experimental, without de-bouncing or other robust features]
- feat: coloured logs
- feat: matching on copy-pasted
file:line
strings from ExUnit exceptions, like:lib/users/user_test.exs:54
- feat: unit tests
- feat: Github CI
- Putting it on Hex.pm for simpler installation. Rather stable API, put to use on multiple projects.