Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 3.44 KB

File metadata and controls

49 lines (32 loc) · 3.44 KB

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-8 when 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 find command: prints Found N unused header(s). or No unused imports found. - @dblock.
  • #50: Fixed delete command 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-imports or -l, --ignore-local-imports - @jeffctown.
  • #28: The --ignorexib option 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)

  • #20: Added -x, --ignorexib, find unused classes referenced from its own XIB - @Ezor.

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 customClass references - @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 find will be the number of unused references found - @dblock.

0.1.1 (2014/1/22)

  • Fix: properly handle .pch includes - @dblock.

0.1.0 (2014/1/22)