Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nearform/graphql-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: nearform/graphql-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 10 commits
  • 19 files changed
  • 6 contributors

Commits on Mar 12, 2019

  1. Copy the full SHA
    391bf21 View commit details
  2. docs: add aribouius as a contributor (#126)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    * trigger build
    allcontributors[bot] authored and jackdclark committed Mar 12, 2019
    Copy the full SHA
    eb5da0d View commit details
  3. Copy the full SHA
    dc5a110 View commit details
  4. chore: add LTS .nvmrc (#128)

    * chore: add LTS .nvmrc
    
    * chore: nvmrc lts/*
    jackdclark authored Mar 12, 2019
    Copy the full SHA
    cb1bca8 View commit details

Commits on Mar 13, 2019

  1. fix: default loading state for useManualQuery (#132)

    - Fixes bug where calling `useManualQuery()` returns state with loading as true by default
    aribouius authored and Joezo committed Mar 13, 2019
    Copy the full SHA
    c18fc15 View commit details
  2. chore(deps): update jest monorepo to v24.5.0 (#130)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | babel-jest | devDependencies | minor | [`24.4.0` -> `24.5.0`](https://diff.intrinsic.com/babel-jest/24.4.0/24.5.0) | [source](https://togithub.com/facebook/jest/tree/HEAD/packages/babel-jest) |
    | jest | devDependencies | minor | [`24.4.0` -> `24.5.0`](https://diff.intrinsic.com/jest/24.4.0/24.5.0) | [homepage](https://jestjs.io/), [source](https://togithub.com/facebook/jest) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>facebook/jest</summary>
    
    ### [`v24.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#&#8203;2450)
    
    [Compare Source](https://togithub.com/facebook/jest/compare/v24.4.0...v24.5.0)
    
    ##### Features
    
    -   `[jest-haste-map]` Expose `throwOnModuleCollision` via `config.haste` ([#&#8203;8113](https://togithub.com/facebook/jest/pull/8113))
    
    ##### Chore & Maintenance
    
    -   `[expect]` Export `Matchers` interface from `expect` ([#&#8203;8093](https://togithub.com/facebook/jest/pull/8093))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#nearform/graphql-hooks).
    renovate[bot] authored and Joezo committed Mar 13, 2019
    Copy the full SHA
    556e7c3 View commit details
  3. docs: add aribouius as a contributor (#134)

    Adds @aribouius as a contributor for code, test.
    
    This was requested by bmullan91 [in this comment](#132 (comment))
    allcontributors[bot] authored and Joezo committed Mar 13, 2019
    Copy the full SHA
    2659d95 View commit details
  4. Copy the full SHA
    24aca55 View commit details
  5. chore(docs): Migrating from Apollo Guide (#123)

    * ApolloClient -> GraphQLClient
    
    * provider + query component migration guide
    
    * update headings in guides section of README
    
    * Mutation Component -> useMutation
    
    * updates
    
    * update links
    
    * more links in TOC
    
    * add next.js info + styling tweaks
    
    * Review suggestions
    
    * tweaks
    
    * replacement -> replacements
    
    * useManualQery -> useManualQuery
    bmullan91 authored Mar 13, 2019
    Copy the full SHA
    1ea201a View commit details
  6. Copy the full SHA
    f4f1767 View commit details
Loading