Skip to content

Latest commit

 

History

History
213 lines (100 loc) · 9.1 KB

CHANGELOG.md

File metadata and controls

213 lines (100 loc) · 9.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.3.0 (2021-12-06)

Features

  • deps: bump graphql-request to 3.7.0 (37f74d1)

4.2.2 (2021-11-02)

Bug Fixes

  • use mergeAll instead of mergeDeepRight, closes #37 (ddcf369)

4.2.1 (2021-10-15)

Bug Fixes

  • mergeDeepRight client options (0778d96)

4.2.0 (2021-10-14)

Features

  • deps: bump graphql-request to 3.6.0 (694a73d)

Documentation

  • add batch queries example (10234dd)

4.1.0 (2021-07-27)

Features

  • deps: bump graphql-request to v3.5.0 (d2f5b46)

4.0.1 (2021-07-09)

Chore

  • deps: upgrade dependencies (2a2321e)

4.0.0 (2021-02-22)

Features

  • docs: updates readme with multiple client configs (06a72ed)
  • docs: updates readme with multiple client configs (b12e799)
  • multiple clients: add ability to define multiple clients (e8b3a9d)
  • multiple clients: add ability to define multiple clients (5790502)

Internal

  • multiple clients: use reduce instead of reduce + map, and remove clients output (f9103f9)
  • multiple clients: use reduce instead of reduce + map, and remove clients output (3259b0f)

Documentation

Chore

  • deps: upgrade dependencies (bc256eb)

3.2.1 (2021-02-04)

Bug Fixes

Chore

Documentation

3.2.0 (2020-12-17)

Features

  • config: allow for runtime config (49239b6)
  • docs: update readme with runtimeConfig (7807b72)

Bug Fixes

  • module: removed logic around endpoint being required (b9e8fd8)

Styling

  • intentation: fixes indentation on tests (fcdc7d4)

Chore

  • deps: bump graphql-request to 3.4.0 (39c7ae5)

3.1.3 (2020-10-29)

Internal

  • Use countries public API (aecf4b6)

Chore

  • deps: upgrade dependencies (689e6a8)

3.1.2 (2020-09-24)

Bug Fixes

  • fetch: import polyfill before plugin initialisation (0fc22e2)

3.1.1 (2020-09-21)

Bug Fixes

  • polyfills: use cross-fetch/polyfill, closes #4 (4a8eeef)

Internal

3.1.0 (2020-09-11)

Features

  • remove unnecessary isomorphic-unfetch (30ef32c)
  • graphql-request: update graphql-request to 3.1.0 (b0bb0c3)

Bug Fixes

3.0.0 (2020-08-06)

BREAKING CHANGES

nuxt-graphql-request now requires graphql version 14.x or 15.x as a peer dependency.

Features

  • loader: add graphql-tag/loader (9debee3)

Bug Fixes

Chore

  • deps: bump graphql-request to v3 (cecc4ff)
  • fix changelog & package.json (7daff95)
  • deps: bump graphql-request to 2.0.0 (3a230bc)
  • release: 2.0.0 (88ba52b)

2.0.0 (2020-05-28)

Bug Fixes

Chore

  • deps: bump graphql-request to 2.0.0 (3a230bc)

1.0.2 (2020-04-04)

Chore

  • deps: upgrade dependencies (e3b07da)

1.0.1 (2020-02-09)

Chore

1.0.0 (2019-12-27)