Skip to content

v0.0.5

Choose a tag to compare

@ComputerDaddyGuy ComputerDaddyGuy released this 04 Oct 21:49
· 67 commits to develop since this release

[0.0.5] - 2025-10-04

Added

  • New various path matchers
  • New LineExtensions, ChildLimits and PathSorts helper classes (and associated builders)

Changed

  • Helpers classes PathUtils and PathPredicates removed, use PathMatchers instead
  • Filtering: now using PathMatcher interface instead of Predicate<Path>
  • Filtering: split into distinct directories and files filters for better control
  • Line extension: empty string is now permitted

Fixed

  • The folder name is properly displayed at root when calling prettyPrint(".") (instead of "./")