Skip to content

Latest commit

 

History

History
115 lines (53 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

115 lines (53 loc) · 4.56 KB

0.5.2 (2020-04-29)

0.5.1 (2020-04-26)

0.5.0 (2020-04-22)

Features

  • store indivdual errors and allow query deduping (3eba128)
  • store individual query status (3710eb2)

Bug Fixes

  • add reactivity fixes for deduped cache (5c30acc)
  • don't pollute initial value from ssr fetch (4f64182)

0.4.4 (2020-04-19)

Bug Fixes

  • don't set undefined values in listener (d8a009d)

Performance Improvements

  • import @sanity/client and @sanity/cli dynamically (ebef54d)

0.4.3 (2020-04-14)

Features

  • allow default options to be set (2a2d631)

0.4.2 (2020-04-13)

Features

  • add 'client' and 'server' cache strategies (22e9b50)
  • allow providing a custom sanity client (ceffd8f)
  • expose any error received in fetching query (cf388ae)
  • expose manual fetcher for preloading cache (7702713)

Bug Fixes

  • prefer fetch to (deprecated) triggerFetch (851b91d)

0.4.1 (2020-04-08)

0.4.0 (2020-04-04)

Features

  • allow passing a builder function for dynamic queries (f2d6ac5)

0.3.1 (2020-04-01)

Bug Fixes

  • don't compile to cjs 🤦‍♂️ (0dd72f7)

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)

0.2.2 (2020-03-30)

0.2.1 (2020-03-27)

Bug Fixes

  • remove optional chaining for broader support (d35e93d)

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)

0.1.1 (2020-03-27)

Bug Fixes

0.1.0 (2020-03-26)