All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
DiscordGateway
module
- Rename
DiscordV10
module toDiscordREST
- Add
Guild
struct - Add
Channel
struct - Add
Role
struct - Add
Sticket
struct - Add
Equatable
,Hashable
,Identifiable
toUser
struct - Add
Equatable
,Hashable
toUser.Flags
struct - Add
Sendable
toUnknown
enum
- Rename
JSONDecoder.oAuth2
toJSONDecoder.discordOAuth2
- Rename
JSONEncoder.oAuth2
toJSONEncoder.discordOAuth2
- Change
User().premiumType
type fromUser.PremiumType
toUnknown<User.PremiumType>
- Update
sinoru/swift-snowflake
from v0.0.1 to v0.0.2
- Remove support of Swift 5.5
This is the initial release.