Releases: danielroe/vue-sanity
Releases · danielroe/vue-sanity
v0.10.0
Bug Fixes
- resolve falsy queries with (4ae4d82)
- uses cache if deduplicate is set (cdc26d1)
v0.9.1
Bug Fixes
- allow query functions to return falsy values (3053c4a)
v0.9.0
⚠ 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
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
0.7.2 (2020-07-21)
Bug Fixes
- test that cache exists before adding to ssrContext (c7ffbce)
Release 0.7.1
0.7.1 (2020-06-28)
Bug Fixes
- don't send promises from server (67eabce)
Release 0.7.0
0.7.0 (2020-06-28)
Features
- allow direct access to
fetch
(464b31b)
Release 0.6.0
0.6.0 (2020-06-10)
⚠ BREAKING CHANGES
Features
- upgrade to
@vue/composition-api
v0.6.1 (23df28e)