Inquirer

Latest version: v3.4.0

Safety actively analyzes 665704 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 23

1.1.0

- Add a new `editor` prompt to launch an editor allowing to easily enter multiline content - or edit file content.

1.0.3

- Allow falsy values as option `value` in expand prompt.

1.0.2

- Fix `expand` prompt to correctly use the `value` key as the prompt answer.
- Fix documentation saying the `expand` prompt support the filter key.

1.0.1

Fixes
- Fix bug where inquirer would overwrite properties on the options passed in. Now we're making sure to not mutate your originals objects.
- On the checkbox prompt, we're now only hiding the help message once the user click the `space` key instead of any keys.
- Drop `readline2` in favor of Node core version. This might fix some edge cases some users on windows encountered.

1.0.0

Say hello to promises!

The whole inquirer API is now based on promises!
- The base API interface is now `inquirer.prompt(questions).then()`. There's no more callback function.
- Any async question functions is taking a promise as return value instead of requiring `this.async()`.

Breaking changes
- `filter` is now always run before `validate` 122
- `inquirer.prompt` doesn't take a callback argument anymore

Bug fixes
- Fixed list not displayed disabled options correctly 321

And various other minor fixes and cleanup to the code base.

0.12.0

- List prompts can now be navigated using Emacs bindings
- `expand` prompt now use the `short` question property to display inline after a choice is selected
- Bump and internal cleanup

Page 16 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.