Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include profile #112

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

include profile #112

wants to merge 5 commits into from

Commits on Oct 25, 2016

  1. style: indentation

    gr2m committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    99a75cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c784efe View commit details
    Browse the repository at this point in the history
  3. feat: resolve account.fetch() with .profile

    BREAKING CHANGE:
    
    `account.fetch()` now sends a `GET /session/account?include=profile`, before it was just `GET /session/account`
    gr2m committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    0c07796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1577b27 View commit details
    Browse the repository at this point in the history
  5. feat: resolve .signIn() and .signOut() with .profile

    BREAKING CHANGE:
    
    account.signIn() now has a `include` option which defaults to `account.profile`. The `include` option gets appended to `PUT /session`, so by default the sign in request is now `PUT /session?include=account.profile`, before it was just `PUT /session`
    gr2m committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    8646b93 View commit details
    Browse the repository at this point in the history