fresh_graphql 0.6.1
fresh_graphql: ^0.6.1 copied to clipboard
An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.
0.6.1 #
- chore: update copyright year
- chore: add funding to
pubspec.yaml - ci: revamp ci setup
0.6.0 #
- BREAKING: deps: remove
package:graphqldependency - deps: upgrade dependencies
gql_exec: ^1.0.0gql_link: ^1.0.0http: ^1.0.0
- docs: minor updates to
LICENSEandREADME - chore: adjust dart sdk constraint to
">=2.15.0 <4.0.0" - chore: use more strict analysis options
0.5.2 #
- feat: upgrade dependencies
graphql: ^5.0.0mocktail: ^0.3.0(dev)
0.5.1 #
- fix: incorrect usage of
updateContextEntry
0.5.0 #
- BREAKING update to null safety (Dart v2.12.0)
0.4.0 #
- BREAKING update to
graphql: ^4.0.0
0.4.0-dev.1 #
- BREAKING update to
graphql: ^4.0.0-beta.5
0.3.0 #
- BREAKING: update to
fresh: ^0.3.0
0.2.0 #
- BREAKING remove
onRefreshFailurefromFreshLink - Add
authenticationStatusStream toFreshLink
0.1.0 #
Initial Release of the library
- Includes
FreshLinkgraphql link with built-in token refresh.