BartyCrouch v4.9.0 Release Notes

Release Date: 2022-01-21 // over 2 years ago
  • ➕ Added

    • ➕ Added a new option ignoreKeys to provide custom alternatives to the default bc-ignore kind of keys if needed. New option defaults to ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"] if not specified otherwise.
      PR: #242 | Author: Cihat Gündüz
    • ➕ Added a new option subpathsToIgnore to provide subpaths to be ignored (with case-insensitive comparison) inside of the provided paths. New option defaults to [".git", "carthage", "pods", "build", ".build", "docs"] if not specified otherwise.
      PR: #242 | Author: Cihat Gündüz ### 🛠 Fixed
    • ✂ Removed ignoring all InfoPlist.strings files by default. If you want this to actually be the case, just add InfoPlist.strings to the array in the new subpathsToIgnore option, e.g.: subPathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "InfoPlist.strings"]
      PR: #242 | Author: Cihat Gündüz
    • Less situations where the empty tmpstring folder continues to exist.
      PR: #238 | Author: Benjamin Erhart
    • Only apply ignores on subpaths of explicitly mentioned folders in path options, don't ignore any paths that are explicitly mentioned.
      PR: #240 | Author: Benjamin Erhart