- Avoid deprecation warnings (640bc355d)
- Support Ruby 2.7 (and hopefully 3.0)
- Drop support for Rubies below 2.5 🤷
- Fix problems with links resolution for RDoc.
- More robust (and more logical) colorization on text output (#25);
- Fast "sanity check" for using in pre-commit hook on large codebases (#24).
- Fix gem conflict with
did_you_mean
.
- Support for partial reports
yard-junk --path path/to/folder
(#13)
- Wiser dependency on
did_you_mean
, should not break CIs now. - Support for Ruby 2.1 and 2.2.
- Lots of small cleanups and enchancement of README, Gemfile and directory structure ([@olleolleolle]);
- Colorized text output ([@olleolleolle]);
- HTML reporter;
- Options for command line and Rake task.
Yard-Junk was born (Even RubyWeekly #364 noticed!)