Miscellaneous:
- π Version 1.0.0 released.
π₯ Breaking changes:
- β Removed support for :attr:`gender`, :attr:`link` and :attr:`birth_date` from :class:`.oauth2.Google` provider.
- β Removed ::attr:`User.location` in the class:`.oauth2.LinkedIn` provider.
π New features:
~~~~~~~~~~~~~
- β Added support for :attr:`.User.city`, updated :attr:`.User.country` in the class:`.oauth2.LinkedIn` provider.
- β Added support for :attr:`.User.email` to the :class:`.oauth1.Bitbucket` provider.
- Added support for :attr:`email_verified` and :attr:`hosted_domain` to :class:`.oauth2.Google` provider.
- π Support passing of user state in oauth2 to support variable redirect urls.
- β Added support for :attr:`.User.country` and :attr:`.User.city` to :class: `oauth1.Twitter` provider.
- β Add :attr:`.email` to :class:`oauth1.Twitter` provider.
π Bug fixes:
~~~~~~~~~~
- 0οΈβ£ Adjusted naming of default scope for :class:`.oauth2.Facebook` to Facebook v2 API.
- π Fix #130: explicitly request fields from Facebook.
- π Fix #160: Handle token_type of bearer (lower-case).
- The :class:`.oauth2.Google` provider now uses
``https://www.googleapis.com/oauth2/v3/userinfo?alt=json`` as the ``user_info_url``
instead of the deprecated ``https://www.googleapis.com/plus/v1/people/me``.
- π Fix Twitter user info endpoint to include image url.
π Documentation:
~~~~~~~~~~~~~~
- Do not include Google Appengine 1st generation modules.
- π Simplify build and add ``build_docs.sh`` script.
Overall cleanup: No more submodules, update foundation theme and more.
Miscellaneous:
~~~~~~~~~~~~~~
- π Release-preparations:
Do not include tests, examples and doc in egg/wheel;
fix travis, add auto-deploy for PyPI and docs;
enhance internal package setup, overall cleanup and update metdadata.