Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 2.27 KB

0.5.1 (Next)

  • Your contribution here.

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)