Skip to content

Commit 9c5a0bb

Browse files
Changelog
1 parent adfe267 commit 9c5a0bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 "./")

0 commit comments

Comments
 (0)