3.0.0 (2024-09-03)
- تصدير بقية الأنواع (da9a1b7)
- تغيير نوع جافا سكربت من CJS إلى MJS (d4071bc)
- عدم القدرة على إستيراد الطرد من المشاريع المكتوبة بCJS
2.1.0 (2024-02-22)
2.0.3 (2023-12-29)
- types: Make "options" optional (61b7b09)
- exports: Revert namespaces export (df2928d)
2.0.2 (2023-11-22)
- fix types, references and imports (b52ae45)
2.0.1 (2023-09-07)
2.0.0 (2023-07-20)
- rename functions (b4c4776)
- 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)
- filepaths: change filePaths type from Map<string, FilePath[]> to FilePath[] (962ede1)
- 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)
1.1.0 (2023-04-26)
- filepath: add filepath constructor argument (ea0609d)
1.0.1 (2023-04-24)
- filepath: change from default export to normal export (e81998e)
- saver: fixed import path (a2df268)
- First commit (4eb92c3)
- First commit (4eb92c3)