Skip to content

Releases: nextonesfaster/serenity-utils

v0.6.1

01 Feb 20:52
Compare
Choose a tag to compare

Added

Changed

v0.6.0

10 Jan 11:39
Compare
Choose a tag to compare

Changed

v0.5.2

10 Jan 11:38
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

This is a consequence of bumping the crate version incorrectly. 0.5.2 is not available on crates.io and 0.6.0 should be used instead.

v0.5.1

28 Nov 01:44
Compare
Choose a tag to compare

Changed

v0.5.0

30 Aug 19:38
Compare
Choose a tag to compare

Changed

  • Convert Error into an enum.
  • [documentation] Add info about return error types.

v0.4.0

27 Aug 20:11
Compare
Choose a tag to compare

Added

  • misc module with add_reactions and add_reactions_blocking functions.
  • non_blocking field for MenuOptions.
  • [dependency] Add tokio.
  • Add tests.

Changed

  • Make reaction_prompt add reactions in a separate, non-blocking task.
  • Convert examples into a workspace.
  • Allow Menu to have reactions added in a non-blocking fashion.

v0.3.0

24 Aug 20:01
Compare
Choose a tag to compare

Changed

  • Change Menu to use CreateMessage.
  • Change Menu::run to take ownership instead of reference.
  • Reduce unnecessary clones in Menu methods.
  • Change msg.react() with http.create_reaction() to avoid cloning emoji.

v0.2.0

22 Aug 20:44
Compare
Choose a tag to compare

Added

  • Add message and embed builders.
  • Add full message support for menus.
  • Preludes to easily import commonly used types at once.
  • [documentation] Add CHANGELOG.md

Changed

  • Change Menu to use MessageBuilder.

v0.1.0

17 Aug 19:17
Compare
Choose a tag to compare

The first release of serenity-utils!