Releases: xayanide/file-folder-loader
Releases · xayanide/file-folder-loader
5.0.4
17 Nov 22:25
Compare
Sorry, something went wrong.
No results found
5.0.4 (2025-11-17)
Bug Fixes
Reverts
5.0.4-dev.1
17 Nov 21:58
Compare
Sorry, something went wrong.
No results found
5.0.3
07 Nov 15:44
Compare
Sorry, something went wrong.
No results found
5.0.3 (2025-11-07)
Bug Fixes
Reverts
5.0.2
07 Nov 15:16
Compare
Sorry, something went wrong.
No results found
5.0.2 (2025-11-07)
Bug Fixes
README: update documentation (669791b )
5.0.1
07 Nov 15:08
Compare
Sorry, something went wrong.
No results found
5.0.1 (2025-11-07)
Bug Fixes
5.0.0
07 Nov 15:10
Compare
Sorry, something went wrong.
No results found
5.0.0 (2025-11-07)
Code Refactoring
api: rename option keys for clarity and to follow mainstream conventions (e874d93 )
BREAKING CHANGES
api: Renames several public API option keys for consistency and to follow mainstream conventions.
Before - after:
isRecursive - recursive
isFolderConcurrent - folderConcurrent
isFileConcurrent - fileConcurrent
isImportEnabled - shouldImport
These option name changes affect functions such as:
getModulePaths
getFolderPaths
loadModulePaths
loadFolderModules
processFolderPaths
Update any code passing the old option names accordingly.
4.1.4
01 Apr 19:35
Compare
Sorry, something went wrong.
No results found
4.1.4 (2025-04-01)
Bug Fixes
store result of Array.length (794f5d3 )
4.1.3
01 Apr 19:29
Compare
Sorry, something went wrong.
No results found
4.1.3 (2025-04-01)
Bug Fixes
getFolderPaths: store isDirectory result, update types, reduce type casts (38cc106 )
4.1.2
14 Mar 07:12
Compare
Sorry, something went wrong.
No results found
4.1.2 (2025-03-14)
Bug Fixes
hotfix for getFolderPaths directory condition check (fec677a )
4.1.1
14 Mar 06:41
Compare
Sorry, something went wrong.
No results found
4.1.1 (2025-03-14)
Bug Fixes
clean up, missing type export (55d27e5 )