Skip to content

Releases: baptiste0928/twilight-interactions

v0.14.2

27 Nov 19:00

Choose a tag to compare

Fixed

v0.14.1

21 Nov 16:31

Choose a tag to compare

Fixed

  • Set required to None on subcommand and subcommand group options.

v0.14.0

16 Nov 09:14

Choose a tag to compare

Changed

  • Upgraded to twilight-model 0.14.
  • MSRV bumped to 1.64.

v0.13.0

15 Aug 11:36

Choose a tag to compare

Changed

  • Upgraded to twilight-model 0.13.
  • Most types exported by this crate do not longer implement Eq.

Removed

  • Number type has been removed in twilight-model, use f64 instead.

v0.12.0

17 Jul 09:24

Choose a tag to compare

Added

  • Support for autocomplete interactions with AutocompleteValue.
  • Added max_length and max_length attributes for String fields.

Changed

  • Upgraded to twilight-model 0.12

v0.11.0

16 May 19:18

Choose a tag to compare

Added

  • Support command localization with name_localizations and desc_localizations attributes.
  • Command permissions v2 with default_permissions and dm_permission attributes.

Changed

  • Upgraded to twilight-model 0.11.0
  • MSRV updated to 1.60

v0.10.1

15 Apr 18:34

Choose a tag to compare

Added

  • Allow CommandModel and CreateCommand types to have generics (@MaxOhn)
  • Implement CommandOption & CreateOption for Cow<'_, str> (@MaxOhn)

v0.10.0

13 Mar 16:15

Choose a tag to compare

Changed

  • Upgraded to twilight-model 0.10.0 (@lyssieth)

Removed

  • Autocomplete interactions parsing has been removed. See #9.

v0.9.1

09 Mar 19:05

Choose a tag to compare

Changed

  • Implemented Attachment command option type. (by @lyssieth)
  • command::internal is now hidden from the documentation.

v0.9.0

24 Jan 08:39

Choose a tag to compare

Changed

  • Updated to twilight-model 0.9.
  • Updated MSRV to 1.57 and to Edition 2021.