Skip to content

v0.22.2

Compare
Choose a tag to compare
@c4spar c4spar released this 16 Mar 22:58
· 327 commits to main since this release
2b0b63e

Features

  • command: add support to show additional information in help text (#300) (e32f826)
  • command: add support for enum's in EnumType (#316) (d71071e)
  • prompt: add support for path completion and dynamic suggestions (#306) (0be6da7)

Bug Fixes

  • command: only first missing required variadic option throws an error (#331) (cf487de)
  • command: integer argument with value 0 is ignored (#329) (11b824c)
  • prompt: checkbox and select prompt fails with only one disabled option (#328) (683f260)
  • table: chinese characters are not aligned correctly (#330) (e31b680)

Performance Improvements

  • table: improve performance for tables without col and row span (#327) (29bcfd6)

Code Refactoring

  • command: change return type of action handler to unknown (#315) (04e6917)

Chore

Documentation Updates

  • prompt: add info for required --unstable flag (beca790)