Skip to content

0.5.0 (2024-10-22)

Compare
Choose a tag to compare
@br14n-sol br14n-sol released this 22 Oct 23:48
· 75 commits to main since this release
v0.5.0
9ad532c

Added:

  • filter option, allowing directory filtering #27
  • showExcluded option, which works the opposite way of hideNonMatch #27
  • Support for a custom prefix based on the prompt status #31
  • loop boolean property to allow looping in the file list #32

Changed:

  • Remove deprecated options: noFilesFound, path and canceledLabel #23
  • Mark as deprecated the options: match and hideNonMatch (to be removed in 0.6.0) #27
  • Mark as deprecated: FileStats.isDir (to be removed in 0.6.0) 75febe5
  • Update @inquirer/figures to 1.0.6 #28
  • Update @inquirer/core to 9.2.1 #28

Development:

  • Update @inquirer/select to 2.5.0 #26
  • Update @biomejs/biome to 1.9.1 #28
  • Update typescript to 5.6.2 #28
  • Update tsup to 8.3.0 #28
  • Update @inquirer/type to 2.0.0 #28

Full Changelog: v0.4.0...v0.5.0