Skip to content

Releases: JonnyBnator/remix-auth-discord

v1.4.1

23 Sep 15:51
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Fix some behaviour for integrationType = 0 in ee63691

Other Changes

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Aug 12:52
Compare
Choose a tag to compare

What's Changed

New Features

  • Add integrationType parameter to DiscordStrategyOptions by @0x1026 in #10

Other Changes

  • Update dependencies (patch versions and vulnerabilities) by @0x1026 in #9

New Contributors

  • @0x1026 made their first contribution in #9

Full Changelog: v1.3.3...v1.4.0

v1.3.3

20 Mar 15:48
Compare
Choose a tag to compare

What's Changed

Documentation Changes

  • Include CustomDiscordGuild type in example, to be able to override PartialDiscordGuild type, if needed. (fixes #8) - Thanks to @zoephyr
  • Include locale in DiscordUser 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

16 Nov 14:35
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Update peerDependencies server-runtime by @justcfx2u in #7

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

26 Oct 13:50
Compare
Choose a tag to compare

Whats changed?

Documentation Changes

  • Remove the leftover Discord name discriminator in the example

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Oct 13:44
Compare
Choose a tag to compare

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

13 Feb 12:38
Compare
Choose a tag to compare

Documentation changes

  • Fix user type for authenticator

Full Changelog: v1.2.0...v1.2.1

v1.2.0

03 Jan 13:16
Compare
Choose a tag to compare

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

26 Nov 09:48
Compare
Choose a tag to compare

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

26 Dec 18:31
Compare
Choose a tag to compare

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