Releases: xayanide/file-folder-loader
Releases · xayanide/file-folder-loader
2.1.0
2.1.0 (2025-03-11)
Features
- ability to get all exports from a module (514e080)
2.0.1
2.0.1 (2025-03-11)
Bug Fixes
- check importable file ext after import option check (f4f6f49)
2.0.0
2.0.0 (2025-03-11)
Features
- improve performance, behavior and refactor (03e88a1)
BREAKING CHANGES
-
- loadFolders() and loadModules() now do not accept dirPath as an argument
- loadFolders()'s loadCallback parameters' ordering is changed from folderName, folderPath to folderPath, folderName
1.3.3
1.3.3 (2025-03-09)
Bug Fixes
1.3.2
1.3.2 (2025-03-09)
Bug Fixes
1.3.1
1.3.1 (2025-03-09)
Bug Fixes
- loadModules: quick hotfix, oops, do not nullify if import is enabled (18389f6)
1.3.0
1.3.0 (2025-03-09)
Bug Fixes
- getModules: move filterCallback as the last argument (59366bd)
Features
- loadModules: ability to toggle importing (0581d3e)
1.2.0
1.2.0 (2025-03-09)
Features
1.1.1
1.1.1 (2025-03-09)
Bug Fixes
- rename that it is concurrent and not actually parallel (78e431b)
1.1.0
1.1.0 (2025-03-09)
Features
- getModules and getFolders recursive options. (ce638a3)