v0.0.5
·
67 commits
to develop
since this release
[0.0.5] - 2025-10-04
Added
- New various path matchers
- New
LineExtensions,ChildLimitsandPathSortshelper classes (and associated builders)
Changed
- Helpers classes
PathUtilsandPathPredicatesremoved, usePathMatchersinstead - Filtering: now using
PathMatcherinterface instead ofPredicate<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 "./")