Skip to content

Releases: xayanide/file-folder-loader

4.1.4

01 Apr 19:35
Compare
Choose a tag to compare

4.1.4 (2025-04-01)

Bug Fixes

  • store result of Array.length (794f5d3)

4.1.3

01 Apr 19:29
Compare
Choose a tag to compare

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
Choose a tag to compare

4.1.2 (2025-03-14)

Bug Fixes

  • hotfix for getFolderPaths directory condition check (fec677a)

4.1.1

14 Mar 06:41
Compare
Choose a tag to compare

4.1.1 (2025-03-14)

Bug Fixes

  • clean up, missing type export (55d27e5)

4.1.0

14 Mar 01:21
Compare
Choose a tag to compare

4.1.0 (2025-03-14)

Features

  • support surface level filtering for getModulePaths and getFolderPaths (8307841)

4.0.0

14 Mar 00:42
Compare
Choose a tag to compare

4.0.0 (2025-03-14)

Features

  • add loadFolderModules() that wraps around processFolderPaths() (45d6cc3)

BREAKING CHANGES

    • Extensive refactor.
  • 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

13 Mar 23:07
Compare
Choose a tag to compare

3.1.1 (2025-03-13)

Bug Fixes

3.1.0

13 Mar 23:05
Compare
Choose a tag to compare

3.1.0 (2025-03-13)

Features

  • add processFolderPaths() function (1db495e)

3.0.7

12 Mar 00:38
Compare
Choose a tag to compare

3.0.7 (2025-03-12)

Bug Fixes

3.0.6

12 Mar 00:24
Compare
Choose a tag to compare

3.0.6 (2025-03-12)

Bug Fixes

  • use .every for validation (0636914)

Reverts

  • reduce expensive runtime validations (c086812)