Skip to content

0.3.0 (2024-08-08)

Compare
Choose a tag to compare
@br14n-sol br14n-sol released this 09 Aug 01:19
· 96 commits to main since this release
v0.3.0
8596e92

compare changes

Features

  • Add the hideNonMatch option to hide files that do not match the extensions option or the match option, if provided. #5
  • Add match option. #7
    • Now the extensions option has been deprecated and will be removed completely in version 0.4.0
  • Add the allowCancel option to allow the user to cancel the selection by pressing the Esc key. #8
    • Now to go to the parent directory you must press the Backspace key.

Other Changes

  • build(deps): update @inquirer/core to 9.0.10 (e74f66e)
  • refactor: some internal name changes (a25d726)
  • docs: update README.md