Skip to content

Swift File v1.2.1

Choose a tag to compare

@jihoonahn jihoonahn released this 21 Jul 13:33
· 9 commits to main since this release

What's Changed

  • Fixed a bug where allFiles and allFolders would not return items from subdirectories when searching recursively.
  • Added an includeHidden parameter to allFiles and allFolders to optionally include dotfiles in the search results.
  • Improved the empty() method by renaming its parameter to includingHidden for better clarity.
  • Enhanced test coverage to ensure file and folder traversal is reliable.