v0.1.2
What's Changed
- Implement boundary-value mutation testing tool by @fchimpan in #1
- Adopt go test-style CLI interface by @fchimpan in #3
- feat: add -json, -dry-run flags and input validation by @fchimpan in #4
- perf: test only the mutant's package instead of all packages by @fchimpan in #5
- feat: add spinner, //mutest:skip, -threshold, and equality mutator by @fchimpan in #7
- feat: skip len()/cap() vs 0 comparisons to reduce false positives by @fchimpan in #6
- chore: add CLAUDE.md and PR creation skill by @fchimpan in #9
- refactor: remove progress spinner by @fchimpan in #10
- perf: runtime mutation selection for faster execution by @fchimpan in #11
- refactor: align output UX with go test conventions by @fchimpan in #12
- feat: separate timeout from killed in mutation result classification by @fchimpan in #13
- docs: revise README — cite research, remove tiers, update output format by @fchimpan in #14
- feat: skip simple err propagation in equality mutator by @fchimpan in #15
- refactor: remove legacy per-mutant pipeline (Prepare/Run) by @fchimpan in #16
New Contributors
Full Changelog: https://github.com/fchimpan/mutest/commits/v0.1.2