Skip to content

Releases: Bartheleway/inquirer-table-multiple

v1.0.0

06 Oct 17:29
Compare
Choose a tag to compare

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

18 Apr 22:58
Compare
Choose a tag to compare
  • Feature: add validate method
  • Feature: add prefix like regular prompts (handle loading state)
  • Fix: types are now correctly exported to registry

v0.0.2

12 Apr 20:24
Compare
Choose a tag to compare
  • 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

10 Apr 20:01
Compare
Choose a tag to compare

Initial release