Skip to content

Latest commit

 

History

History
114 lines (63 loc) · 5.04 KB

File metadata and controls

114 lines (63 loc) · 5.04 KB

3.0.0 (2024-09-03)

Bug Fixes

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

Code Refactoring

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

BREAKING CHANGES

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

2.1.0 (2024-02-22)

Features

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

2.0.3 (2023-12-29)

Bug Fixes

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

Reverts

  • exports: Revert namespaces export (df2928d)

2.0.2 (2023-11-22)

Bug Fixes

  • fix types, references and imports (b52ae45)

2.0.1 (2023-09-07)

Bug Fixes

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

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

1.1.1 (2023-04-26)

Bug Fixes

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

1.1.0 (2023-04-26)

Features

  • filepath: add filepath constructor argument (ea0609d)

1.0.1 (2023-04-24)

Bug Fixes

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

1.0.0 (2023-04-14)

Bug Fixes

  • saver: fixed import path (a2df268)

Features

1.0.0 (2023-04-10)

Features