Skip to content

Releases: CloudNativeEntrepreneur/sveltekit-web3auth

v4.1.0

27 Feb 19:56
101ae58
Compare
Choose a tag to compare

4.1.0 (2022-02-27)

Features

  • remove @urql/devtools from being included by default - changed … (#83) (101ae58)

v4.0.3

27 Feb 19:44
Compare
Choose a tag to compare

4.0.3 (2022-02-27)

Bug Fixes

v4.0.2

27 Feb 19:25
Compare
Choose a tag to compare

4.0.2 (2022-02-27)

Bug Fixes

v4.0.1

04 Feb 21:31
Compare
Choose a tag to compare

4.0.1 (2022-02-04)

Bug Fixes

  • dont cache gql client on server (273476c)

v4.0.0

24 Jan 21:45
Compare
Choose a tag to compare

4.0.0 (2022-01-24)

Features

  • sveltekit breaking changes addressed (5dd90a3)

BREAKING CHANGES

  • sveltekit released some breaking changes which affects the API this library uses and provides. See sveltejs/kit#3384 for more info.

fix: auth headers - original now needs .get

fix: revert example env

fix: lint

v3.2.3

21 Jan 22:02
Compare
Choose a tag to compare

3.2.3 (2022-01-21)

Bug Fixes

  • gql server-side client config - no cache (356bb8f)

v3.2.2

07 Jan 05:48
Compare
Choose a tag to compare

3.2.2 (2022-01-07)

Bug Fixes

  • dont cache server side queries (916a469)

v3.2.1

05 Jan 21:18
Compare
Choose a tag to compare

3.2.1 (2022-01-05)

Bug Fixes

  • move decoding into lib for easier usage (c069071)

v3.2.0

05 Jan 21:00
c6f5377
Compare
Choose a tag to compare

3.2.0 (2022-01-05)

Features

v3.1.3

21 Dec 16:22
Compare
Choose a tag to compare

3.1.3 (2021-12-21)

Bug Fixes

  • fetchOptions needs to be provided before fetch (8294ff5)