Skip to content

v0.8.0

Compare
Choose a tag to compare
@baptiste0928 baptiste0928 released this 12 Dec 15:47
· 70 commits to main since this release

Added

  • Subcommands and subcommand groups are supported by CommandModel and CreateCommand macros.
  • Command option settings like max_value are validated when parsing command.

Changed

  • Updated to twilight-model 0.8.0.
  • CommandModel::from_interaction now takes a CommandInputData.
  • Internal types have been moved to a separate module.
  • Improved documentation.

Removed

  • http feature has been removed.