All Versions
43
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.0.0 Changes
- COMPATIBILITY: Allow and require yesod-1.6
- โ COMPATIBILITY: Stop testing GHC 8.0 on CI
-
v0.4.1.0 Changes
- Check for
error
s in callback query params, as described in the spec
- Check for
-
v0.4.0.1 Changes
- COMPATIBILITY: Allow
http-types-0.12
- COMPATIBILITY: Allow
-
v0.4.0.0 Changes
- COMPATIBILITY: Allow
aeson-1.3
- COMPATIBILITY: Dropped a lot of information from
credsExtra
:
TL;DR: you'll no longer find things like
username
oremail
as keys in thecredsExtra
map. Instead, you'll find the encoded profile response we received and the OAuth access token. You can/should do your own decoding or make your own follow-up requests to get extra data about your users.This reduced a lot of complexity, likely duplication between our decoding and yours, and (I think) makes the library easier to use.
- COMPATIBILITY: Allow
-
v0.3.1 Changes
- Internal project cleanup
-
v0.3.0 Changes
- COMPATIBILITY: Use
hoauth2-1.3
- COMPATIBILITY: Use
-
v0.2.4 Changes
- ๐ FIX: Update Nylas provider
- ๐ NEW: Battle.Net provider
- ๐ NEW: Bitbucket provider
- ๐ NEW: Salesforce provider
-
v0.2.1 Changes
- ๐ FIX: Fix collision in GitHub
email
/public_email
extras value
- ๐ FIX: Fix collision in GitHub
-
v0.2.0 Changes
- ๐ NEW: Slack provider (@jsteiner)
-
v0.1.10 Changes
- ๐ FIX:
location
is optional in GitHub response
- ๐ FIX: