Skip to content

Releases: danielroe/vue-sanity

v0.10.0

16 Aug 11:27
4a1ad84
Compare
Choose a tag to compare

Bug Fixes

  • resolve falsy queries with (4ae4d82)
  • uses cache if deduplicate is set (cdc26d1)

v0.9.1

16 Aug 10:40
dd951d3
Compare
Choose a tag to compare

Bug Fixes

  • allow query functions to return falsy values (3053c4a)

v0.9.0

16 Aug 09:55
696a058
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • if you are using or you will need to specify this dependency explicitly in your

Features

  • ⚡️ allow passing a string rather than a factory function (4eb40ef)
  • ⚡️ allow short-circuiting queries (dcfa82d)

Performance Improvements

  • remove explicit dependency on sanity clients (21beebf)

Release 0.8.0

29 Jul 09:42
c862044
Compare
Choose a tag to compare

0.8.0 (2020-07-29)

⚠ BREAKING CHANGES

  • if you are using @sanity/client or @sanity/image-url you will need to specify this dependency explicitly in your package.json

Performance Improvements

  • remove explicit dependency on sanity clients (21beebf)

Release 0.7.2

21 Jul 11:06
Compare
Choose a tag to compare

0.7.2 (2020-07-21)

Bug Fixes

  • test that cache exists before adding to ssrContext (c7ffbce)

Release 0.7.1

28 Jun 19:55
a261c3c
Compare
Choose a tag to compare

0.7.1 (2020-06-28)

Bug Fixes

  • don't send promises from server (67eabce)

Release 0.7.0

28 Jun 13:49
7f4cbf3
Compare
Choose a tag to compare

0.7.0 (2020-06-28)

Features

  • allow direct access to fetch (464b31b)

Release 0.6.2

27 Jun 20:35
1a76462
Compare
Choose a tag to compare

0.6.2 (2020-06-27)

Release 0.6.1

23 Jun 15:22
Compare
Choose a tag to compare

0.6.1 (2020-06-23)

Release 0.6.0

10 Jun 12:00
Compare
Choose a tag to compare

0.6.0 (2020-06-10)

⚠ BREAKING CHANGES

Features

  • upgrade to @vue/composition-api v0.6.1 (23df28e)