Releases: ueberauth/ueberauth_github
Releases · ueberauth/ueberauth_github
v0.8.3
v0.8.2
What's Changed
- Update version in README by @mhanberg in #70
- Fix typos by @kianmeng in #72
- Relax version constraint on ueberauth by @mhanberg in #71
- add user agent header by @connorjacobsen in #76
New Contributors
- @mhanberg made their first contribution in #70
- @connorjacobsen made their first contribution in #76
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Add ability to read GitHub client credentials at runtime by @jclem in #48
- Release 0.8.1 by @Hanspagh in #53
- Handle all GitHub errors by @chasers in #58
- Change readme comment for including the Überauth plug by @pikitgb in #56
- Removing unnecessary setup step for "applications" by @lucasdavila in #61
- Misc doc changes by @kianmeng in #62
- update state param handling & ueberauth to 0.7 by @robuye in #63
- chore: add github ci config by @yordis in #65
- chore: fix publishing by @yordis in #66
- chore: use markdown for license by @yordis in #67
- chore: remove .md extension from license file by @yordis in #68
New Contributors
- @jclem made their first contribution in #48
- @Hanspagh made their first contribution in #53
- @chasers made their first contribution in #58
- @pikitgb made their first contribution in #56
- @lucasdavila made their first contribution in #61
- @kianmeng made their first contribution in #62
- @robuye made their first contribution in #63
- @yordis made their first contribution in #65
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Version 0.7.0
- Set the default scope to
""
, fixes #31 - Add description to the bio
Version 0.6.0
Adding image to user %Info (#34) Pretty much all other Ueberauth strategies use image: for purposes of the user avatar. I suggest doing this same with the GitHub strategy, so as to avoid needing to customize the templating for this strategy. As an example see: these other strategies LINE 111 in https://github.com/ueberauth/ueberauth_facebook/blob/master/lib/ueberauth/strategy/facebook.ex LINE 109 in https://github.com/fajarmf/ueberauth_linkedin/blob/master/lib/ueberauth/strategy/linkedin.ex LINE 76 https://github.com/ueberauth/ueberauth_twitter/blob/master/lib/ueberauth/strategy/twitter.ex
Version 0.5.0
v0.5.0 Add OSX and vim files to ignore
Version 0.4.0
- Target Elixir 1.3 and above
- Update release version to match Ueberauth
- Pin OAuth2 to 0.6.0