Releases: rameel/ramstack.globbing
Releases · rameel/ramstack.globbing
2.2.0
2.2.0-preview.3
Use ConfigureAwait(false)
2.2.0-preview.2
Add CancellationToken parameter to FileTreeAsyncEnumerable
2.2.0-preview.1
Add FileTreeAsyncEnumerable
for asynchronous file tree traversal
2.1.0
2.1.0-preview.7
Add FileTreeEnumerable for file enumeration
2.1.0-preview.6
Vectorized certain path manipulation methods
2.1.0-preview.5
- Extract common path helper methods to
PathHelper
class - Remove unnecessary loop for skipping leading slashes
- Update
MatchFlags
values
2.1.0-preview.4
Exctract DirectoryInfo
extension methods to DirectoryInfoExtensions
class
2.1.0-preview.3
- Account for MatchFlags in path matching operations
- Fix bug where leading ** was skipped in path patterns
- Enable escaping in Windows systems