Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 743 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 743 Bytes

Change log

0.3.1

  • Allow generic typing of access token payload

0.3.0

[BREAKING CHANGES]: Starting from this release we support Apollo v3 only. If you need Apollo v2 support, please use 0.2.x version.

  • Experimental Apollo 3.0 support

0.2.7

  • Call consumeQueue in any way (on Error)

0.2.6

  • Fixed endless fetching after receiving error

0.2.4

  • updated graphql peerDependency

0.2.3

  • Token could be an object with a payload

0.2.2

  • Allowed to pass an object as accessTokenField, not only as strict string

0.2.1

  • Added a possibility to use apollo query to refresh token

0.2.0

  • Added new parameter handleResponse that allows user to manually parse response with token and handle errors