Releases: JonnyBnator/remix-auth-discord
Releases · JonnyBnator/remix-auth-discord
v1.4.1
v1.4.0
v1.3.3
What's Changed
Documentation Changes
- Include
CustomDiscordGuild
type in example, to be able to overridePartialDiscordGuild
type, if needed. (fixes #8) - Thanks to @zoephyr - Include
locale
inDiscordUser
type in example. (fixes #8) - Thanks to @zoephyr
Other Changes
- Update
DiscordLocale
type to include new locales in Discord. - Update
DiscordScope
type to include new scopes in Discord.
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
Other Changes
- Update peerDependencies server-runtime by @justcfx2u in #7
New Contributors
- @justcfx2u made their first contribution in #7
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Whats changed?
Documentation Changes
- Remove the leftover Discord name discriminator in the example
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Whats changed?
Bugfixes
- Scopes will now be properly encoded again (fixes #5) - Thanks to @Tomato6966
Documentation Changes
- Update documentation to work with remix new route convention
- Update documentation to work with Discords new global names
Other Changes
- Update all Discord related types, to include some of the newer Discord changes
- Correctly resolve the displayName of the Discord User now with Discords new naming system
- Add LICENSE in build output, so it shows in your node_modules folder
- Update all dependencies to the latest versions
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
Whats changed?
- Add DiscordLocale type.
- Add default provider name export, so the package Remix Auth Socials can use this package.
Full Changelog: v1.1.2...v1.2.0
v1.1.2
Whats changed?
Documentation Changes
- Update documentation to work with current versions of remix and remix-auth
- Include example to fetch user guilds upon authentication
Other Changes
- Use Discord API v10 for all requests
- Add PartialDiscordGuild type
Full Changelog: v1.0.0...v1.1.2
v1.0.0
This first release includes the code and tests of the GitHubStrategy adapted to the version 3 of Remix Auth and to use the remix-auth-oauth2 package.
Full Changelog: https://github.com/JonnyBnator/remix-auth-discord/commits/v1.0.0