Skip to content

v0.5.8

Compare
Choose a tag to compare
released this 12 Aug 19:59
· 2017 commits to current since this release

Thanks to the following for their contributions:

Upgrade Path

Per c:71edc3a, methods on ID structs like ChannelId::find have been
deprecated and replace with UserId::to_channel_cached. Similarly, methods like
GuildId::get have been replaced with GuildId::to_partial_guild. While the
original methods have not been removed, they have been deprecated.

Added

Fixed

Changed

  • [model] Add to_*, as_* methods on Id types, deprecate get and find
    methods (@Lakelezz) c:71edc3a

Misc.