Skip to content

Releases: xayanide/file-folder-loader

2.1.0

11 Mar 08:26
Compare
Choose a tag to compare

2.1.0 (2025-03-11)

Features

  • ability to get all exports from a module (514e080)

2.0.1

11 Mar 07:38
Compare
Choose a tag to compare

2.0.1 (2025-03-11)

Bug Fixes

  • check importable file ext after import option check (f4f6f49)

2.0.0

11 Mar 07:34
Compare
Choose a tag to compare

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

09 Mar 20:59
Compare
Choose a tag to compare

1.3.3 (2025-03-09)

Bug Fixes

1.3.2

09 Mar 15:05
Compare
Choose a tag to compare

1.3.2 (2025-03-09)

Bug Fixes

  • add arguments validation (9c17f8f)

1.3.1

09 Mar 14:43
Compare
Choose a tag to compare

1.3.1 (2025-03-09)

Bug Fixes

  • loadModules: quick hotfix, oops, do not nullify if import is enabled (18389f6)

1.3.0

09 Mar 14:39
Compare
Choose a tag to compare

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

09 Mar 14:22
Compare
Choose a tag to compare

1.2.0 (2025-03-09)

Features

1.1.1

09 Mar 14:19
Compare
Choose a tag to compare

1.1.1 (2025-03-09)

Bug Fixes

  • rename that it is concurrent and not actually parallel (78e431b)

1.1.0

09 Mar 14:00
Compare
Choose a tag to compare

1.1.0 (2025-03-09)

Features

  • getModules and getFolders recursive options. (ce638a3)