Skip to content

Latest commit

 

History

History
119 lines (83 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

119 lines (83 loc) · 4.88 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.7.0 - 2022-07-25

Changed

0.6.1 - 2021-02-01

Added

Changed

0.6.0 - 2021-01-10

Changed

0.5.1 - 2020-11-28

Changed

0.5.0 - 2020-08-31

Changed

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

0.4.0 - 2020-08-28

Added

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

Changed

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

0.3.0 - 2020-08-25

Changed

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

0.2.0 - 2020-08-23

Added

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

Changed

  • Change Menu to use MessageBuilder. [@AriusX7]