Releases: danielroe/vue-sanity
Releases · danielroe/vue-sanity
Release 0.4.0
0.4.0 (2020-04-04)
Features
- allow passing a builder function for dynamic queries (f2d6ac5)
Release 0.3.1
0.3.1 (2020-04-01)
Bug Fixes
- don't compile to cjs 🤦♂️ (0dd72f7)
Release 0.3.0
0.3.0 (2020-04-01)
Features
- add sanity-typed-queries helper function (174f1f7)
Bug Fixes
Performance Improvements
- minify queries before sending to cache (ec31114)
Release 0.2.1
0.2.1 (2020-03-27)
Bug Fixes
- remove optional chaining for broader support (d35e93d)
Release 0.2.0
0.2.0 (2020-03-27)
⚠ BREAKING CHANGES
- The options for useSanityFetcher have reversed - please see type definitions for details
Features
- add support for real time events (a13c51a)
- improve typing and interface to fetcher (96f7385)
Release 0.1.1
0.1.1 (2020-03-27)
Bug Fixes