Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:48

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