- Drop support for Node 10 (through dependencies) - Add `postfix` option to the editor prompt to allow easily turning on proper syntax highlighting
7.3.3
- Fix to release the readline on errors - Security patch (lodash)
7.3.2
Fix the `loop: false` option in the `checkbox` prompt.
7.3.1
- Fix the `loop: false` option in the `list` prompt.
7.3.0
- New option `loop` (boolean) for list type prompts. This prevents the list from looping when reaching the top or bottom of the selection. - Bug fix: multi line list type prompts - Core: Bumped dependencies
7.2.0
Enhancement
- 039a55c7ec04d95887bdeb9b164cc634f26beb57 923 Only import used lodash methods. (merceyz)
Bug Fix
- a1171d25cdb48c147b405e3173828a8de2dc735b 918 Fix `inquirer/confirm` formatted output value. (rbardini) - 1bf6413b71e94b52a68ba9a4d331ea67453e3390 Fix `engines` field for Node.js 8. (LitoMore)