Skip to content

Releases: DisQada/PathFinder

v3.0.0

03 Sep 03:07

Choose a tag to compare

3.0.0 (2024-09-03)

Bug Fixes

  • تصدير بقية الأنواع (da9a1b7)

Code Refactoring

  • تغيير نوع جافا سكربت من CJS إلى MJS (d4071bc)

BREAKING CHANGES

  • عدم القدرة على إستيراد الطرد من المشاريع المكتوبة بCJS

v2.1.0

22 Feb 06:44

Choose a tag to compare

2.1.0 (2024-02-22)

Features

  • Add support for ES Module (59bd54f)
  • finder: Add search in given array (f131972)

v2.0.3

29 Dec 14:09

Choose a tag to compare

2.0.3 (2023-12-29)

Bug Fixes

  • types: Make "options" optional (61b7b09)

Reverts

  • exports: Revert namespaces export (df2928d)

v2.0.2

22 Nov 08:06

Choose a tag to compare

2.0.2 (2023-11-22)

Bug Fixes

  • fix types, references and imports (b52ae45)

v2.0.1

07 Sep 10:37

Choose a tag to compare

2.0.1 (2023-09-07)

Bug Fixes

  • exports: export non-exported functions (2ae1739)
  • readers: add missing modules (30cb416)

v2.0.0

20 Jul 04:48

Choose a tag to compare

2.0.0 (2023-07-20)

Bug Fixes

  • correct path referencing (5e4552c)
  • exports: export helper/interfaces (b8dc5cd)

Code Refactoring

Features

  • finder: rewrite finder functions and move them to separate file (e63cc6d)
  • promise: change saver/getFilePathsInFolder to a promise-based function (475f315)
  • replace boolean parameter with object (be55db9)

Performance Improvements

  • filepaths: change filePaths type from Map<string, FilePath[]> to FilePath[] (962ede1)

BREAKING CHANGES

  • Renamed the following functions (workspaceFolders =>
    readWorkspaceFolderNames),(savedFilePath => storedPath), (saveFilePaths => storePaths),
    (getFilePathsInFolder => readFolderPaths) and (storeFilePathsInFolder => storeFolderPaths)
  • finder: Renamed functions (aFilePath => findPath) and (allFilePaths => findPaths), the
    functions now take an interface as parameter
  • promise: the function getFilePathsInFolder is no longer exported
  • Changed the parameter type in both functions in the saver file
  • filepaths: Changed storage/getPaths return type from a map to an array and deleted the
    finder/allFilePaths function

v1.1.1

26 Apr 10:59

Choose a tag to compare

1.1.1 (2023-04-26)

Bug Fixes

  • package.json: add exports.import option (f3a19d9)
  • tsconfig: remove deprecated option (b731424)

v1.1.0

26 Apr 02:43

Choose a tag to compare

1.1.0 (2023-04-26)

Features

  • filepath: add filepath constructor argument (ea0609d)

v1.0.1

24 Apr 01:34

Choose a tag to compare

1.0.1 (2023-04-24)

Bug Fixes

  • filepath: change from default export to normal export (e81998e)

v1.0.0

14 Apr 04:04

Choose a tag to compare