Releases: kamilkisiela/apollo-angular
Releases · kamilkisiela/apollo-angular
v3.0.0
useGETForQueries
in Http Link5996109
- Bring back
ApolloModule
0a24c4f
- Fix
useInitialLoading
750429c
- Typed
gql
andgraphql
tags - both accept two generic types and supportTypedDocumentNode
9a8ea5f
- Add
useMutationLoading
flagbc223fe
- Fix type inference for Mutations #1659
- Declare support for Angular 13
- Remove
extract-files
library from dependencies (you need to passextractFiles
function to HttpLink's options)
v2.6.0
- Support TypedDocumentNode
v2.5.0
- Support Angular 12
v2.4.0
v2.3.0
v2.2.0
v2.1.0
- Move
apollo-angular-link-persisted
toapollo-angular/persisted-queries
(support Apollo Client 3.0) - Support
clientAwareness
(apollographql-client-name
andapollographql-client-version
headers) inHttpLink
andHttpBatchLink
v2.0.4
- Fix v2 migration: default export (
ApolloClient
) ofapollo-client
- Use TypeScript to parse JSON files (supports comments in JSON)
v2.0.3
- Use
JSON.parse
to parsepackage.json
file in v2 migration
v2.0.2
- Fix duplicated imports in v2 migration