CHANGELOG.md
April 12, 2026 ยท View on GitHub
0.7.0 (Next)
- Your contribution here.
0.6.0 (2026/04/12)
- #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.
0.5.0 (2018/12/19)
- #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.
0.4.1 (2017/8/16)
0.4.0 (2016/5/14)
0.3.0 (2014/2/7)
- #5: Explicitly require Ruby 1.9.3 or later in .gemspec - @paulyoung.
- #4: Added support for .storyboard and .xib
customClassreferences - @dblock.
0.2.0 (2014/1/23)
- 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.
0.1.1 (2014/1/22)
- Fix: properly handle .pch includes - @dblock.