Releases: Bartheleway/inquirer-table-multiple
Releases · Bartheleway/inquirer-table-multiple
v1.0.0
Breaking changes
- Correctly handle state which may slightly change the output
- By default clean table after submit (if it validate)
- By default
validate
method doesn't receive anymore all rows - Upgrade to @inquirer/core@v9 (this might not be breaking)
New features
- Ability to print a summary of answers
- Ability to receive all rows even if they are not answered
v0.0.3
- Feature: add validate method
- Feature: add prefix like regular prompts (handle loading state)
- Fix: types are now correctly exported to registry
v0.0.2
- Add compilation so package is usable
- Change "undefined" value is now selectable even if another value has been selected before
- Fix some type issue
- Fix publish CI
v0.0.1
Initial release