Releases: xayanide/file-folder-loader
Releases · xayanide/file-folder-loader
4.1.4
4.1.4 (2025-04-01)
Bug Fixes
- store result of Array.length (794f5d3)
4.1.3
4.1.3 (2025-04-01)
Bug Fixes
- getFolderPaths: store isDirectory result, update types, reduce type casts (38cc106)
4.1.2
4.1.2 (2025-03-14)
Bug Fixes
- hotfix for getFolderPaths directory condition check (fec677a)
4.1.1
4.1.1 (2025-03-14)
Bug Fixes
- clean up, missing type export (55d27e5)
4.1.0
4.1.0 (2025-03-14)
Features
- support surface level filtering for getModulePaths and getFolderPaths (8307841)
4.0.0
4.0.0 (2025-03-14)
Features
- add loadFolderModules() that wraps around processFolderPaths() (45d6cc3)
BREAKING CHANGES
- getModules and loadModules are renamed to getModulePaths and loadModulePaths for clarity
- getFolders and loadFolders are renamed to getFolderPaths and loadFolderPaths for clarity
- processMode option replaced with isConcurrent
3.1.1
3.1.1 (2025-03-13)
Bug Fixes
3.1.0
3.1.0 (2025-03-13)
Features
- add processFolderPaths() function (1db495e)
3.0.7
3.0.7 (2025-03-12)
Bug Fixes
3.0.6
3.0.6 (2025-03-12)
Bug Fixes
- use .every for validation (0636914)
Reverts
- reduce expensive runtime validations (c086812)