Skip to content

Releases: becem-gharbi/nuxt-apollo

v0.2.1

17 Jun 16:00
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

πŸ“– Documentation

  • readme: Remove extra enforce (03d4179)

🏑 Chore

  • Use PNPM (29de90b)
  • lint: Use @nuxt/eslint-config (d5270cd)
  • playground: Remove useAsyncQuery (aa34a45)
  • playground: Set compilerOptions.module to ESNext (3fb9792)

❀️ Contributors

v0.2.0

18 Mar 10:12
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add credentials option for cookie-based auth (27e6553)
  • Add proxyCookies options for cookie-based auth in SSR (b397d62)

πŸ’… Refactors

  • ⚠️ Replace token with authorization on apollo:http-auth hook (9261191)

πŸ“– Documentation

⚠️ Breaking Changes

  • ⚠️ Replace token with authorization on apollo:http-auth hook (9261191)

❀️ Contributors

v0.1.3

16 Jan 14:42
Compare
Choose a tag to compare

compare changes

πŸ“– Documentation

  • README: Remove fixed npm installation issue (8a4d5c2)

🏑 Chore

  • package.json: Replace repository with repository.url (3d879b1)

❀️ Contributors

v0.1.2

05 Aug 17:54
Compare
Choose a tag to compare

v0.1.2

compare changes

🩹 Fixes

  • Auto import all vue-apollo composables (d5a634b)

πŸ“– Documentation

❀️ Contributors

v0.1.1

29 Jul 18:51
Compare
Choose a tag to compare

v0.1.1

πŸš€ Enhancements

  • Add apollo client with websockets (0547a30)
  • Add useApolloQuery composable (35e9c15)
  • Provide Apollo client without websockets (3255d73)
  • Add apollo:auth hook for passing authorization header (774d18f)
  • Auto import Apollo composables (e2bb00b)
  • Auto import gql (b8c8288)
  • Add ws-auth hook for passing websocket auth params (410db6f)

🩹 Fixes

  • Fix unresolved ws dep client side (74f5ed1)
  • Pass values via args in hooks (1ba5358)

πŸ“– Documentation

🏑 Chore

  • Set module file structure and imports (fb56b65)
  • Install apollo dependencies (0503853)
  • Add warning on unset httpEndpoint (298373e)

❀️ Contributors