- Your contribution here.
- #45: Migrated from Travis CI to GitHub Actions with danger-pr-comment workflow - @dblock.
- #47: Fixed
ArgumentError: invalid byte sequence in UTF-8when processing files with non-UTF-8 encoding - @dblock. - #48: Fixed
NameError: undefined local variable or method 'project_path'in verbose mode - @dblock. - #49: Added summary output to
findcommand: printsFound N unused header(s).orNo unused imports found.- @dblock. - #50: Fixed
deletecommand to also remove.mm(Objective-C++) implementation files - @dblock. - #51: Added support for Ruby 4.x - @dblock.
- #52: Clarified README: fui finds unreferenced header files, not unused imports within files - @dblock.
- #29: Added support for ignoring paths through
-i,--ignore-path- @jeffctown. - #28: Added support for finding global imports (bracket notation) - @jeffctown.
- #28: Added ability to turn off global or local import checks through
-g,--ignore-global-importsor-l,--ignore-local-imports- @jeffctown. - #28: The
--ignorexiboption has been renamed to--ignore-xib-files- @jeffctown. - #31: Added Danger, PR linter and a README TOC - @jeffctown.
- #32: Added support for ignoring bridging headers - @jeffctown.
- #33: Added RELEASING.md to document release process - @jeffctown.
- #5: Explicitly require Ruby 1.9.3 or later in .gemspec - @paulyoung.
- #4: Added support for .storyboard and .xib
customClassreferences - @dblock.
- By default will display "(simulation)" because no actual files are being deleted - @dblock.
- Fui's exit code with
findwill be the number of unused references found - @dblock.
- Fix: properly handle .pch includes - @dblock.