- Fix broken backward compatibility issues with v9. `Choice` objects without `value` should default to use `name` as the value. Note: Please don't rely on this weird behaviour, but we fixed it since it was an unintended breaking change.
inquirer/search1.0.2
Fix issue where vim/emacs keybindings would conflict with the search term input when typing letters used to navigate through the list.
inquirer/search1.0.1
Fix issue where typing would disallow the following
ts
search({
...,
source: async (term: string = '') => {
...
},
});