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

Support Apollo Client v3 #175

Merged
merged 29 commits into from
Jul 15, 2020
Merged

Commits on Feb 1, 2020

  1. Use apollo-client v3

    hoangvvo committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    f318ef8 View commit details
    Browse the repository at this point in the history
  2. Support GET requests

    hoangvvo committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    7b4e4b3 View commit details
    Browse the repository at this point in the history
  3. Fix abort controller

    hoangvvo committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    61d4007 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. remove dup

    hoangvvo committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    26206e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Update package.json

    Co-Authored-By: Jayden Seric <me@jaydenseric.com>
    hoangvvo and jaydenseric committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5a513c2 View commit details
    Browse the repository at this point in the history
  2. revert

    hoangvvo committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    e929208 View commit details
    Browse the repository at this point in the history
  3. Move fn into .some

    hoangvvo committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    39256a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    6bd7cce View commit details
    Browse the repository at this point in the history
  2. typo

    hoangvvo committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    5eb2034 View commit details
    Browse the repository at this point in the history
  3. typo

    hoangvvo committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a4cf534 View commit details
    Browse the repository at this point in the history
  4. linting and update deps

    hoangvvo committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    da2c301 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    de5c41d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    ad96df0 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    jaydenseric committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3130c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675cbde View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into hoangvvo/apollo-client-v3

    # Conflicts:
    #	package.json
    jaydenseric committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2a71bce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    331dfbe View commit details
    Browse the repository at this point in the history
  6. Update the changelog.

    jaydenseric committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f2624a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    390e6e9 View commit details
    Browse the repository at this point in the history
  8. Remove the react peer dependency.

    This package doesn’t use it directly, and it’s optional for @apollo/client. Including it in peer dependencies would undesirably require adding more ESLint/React related dev dependencies to satisfy eslint-config-env.
    jaydenseric committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    41b1d86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b18916c View commit details
    Browse the repository at this point in the history
  10. Use references from v3

    hoangvvo committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    0eb7d15 View commit details
    Browse the repository at this point in the history
  11. Bump@apollo/client version in dep

    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    hoangvvo and MichaelDeBoey committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    829afe9 View commit details
    Browse the repository at this point in the history
  12. Match apollo-client peer deps

    Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
    hoangvvo and MichaelDeBoey committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    683cc96 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cae60e1 View commit details
    Browse the repository at this point in the history
  14. Revert "Match apollo-client peer deps"

    This reverts commit 683cc96.
    
    See jaydenseric#201 (comment) .
    jaydenseric committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    1b80eaf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    2bdd2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d14700f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb62f6b View commit details
    Browse the repository at this point in the history