fix(fs): Fix inconsistent glob matching in listFileTree and update test imports and dependency versions for enhanced stability.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-21 - 11.2.1 - fix(fs)
|
||||
Fix inconsistent glob matching in listFileTree and update test imports and dependency versions for enhanced stability.
|
||||
|
||||
- Enhanced listFileTree to support **/ patterns by using dual patterns (root and nested) with deduplication.
|
||||
- Updated test imports to use '@git.zone/tstest/tapbundle' for consistency across test files.
|
||||
- Bumped dependency versions (@push.rocks/lik, smartpromise, smartrequest, glob) in package.json.
|
||||
- Added npm configuration (.npmrc) and local settings for improved test verbosity.
|
||||
|
||||
## 2025-01-29 - 11.2.0 - feat(fs)
|
||||
Enhanced copy method with optional replaceTargetDir option for directory replacement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user