File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111### Added
1212- New various path matchers
13- - New ` LineExtensionBuilder ` helper class
13+ - New ` LineExtensions ` , ` ChildLimits ` and ` PathSorts ` helper classes (and associated builders)
1414
1515### Changed
16+ - Helpers classes ` PathUtils ` and ` PathPredicates ` removed, use ` PathMatchers ` instead
1617- Filtering: now using ` PathMatcher ` interface instead of ` Predicate<Path> `
1718- Filtering: split into distinct directories and files filters for better control
18- - ` PathUtils ` and ` PathPredicates ` removed, use ` PathMatchers ` instead
1919- Line extension: empty string is now permitted
20- - Renamed some ` ChildLimitBuilder ` methods
2120
2221### Fixed
2322- The folder name is properly displayed at root when calling ` prettyPrint(".") ` (instead of "./")
You can’t perform that action at this time.
0 commit comments