Releases: frederikbache/vue-vroom
Releases · frederikbache/vue-vroom
0.12.0
What's Changed
List meta fields
- You can now add a schema for extra meta fields for lists, which can be useful if you need other aggregations that just the default pagination. Read more here.
useList improvements
lazy
can now be a reactive prop, to allow changing it based on state- Added a
throttle
to allow to only trigger a fetch every N ms - Added logic to prevent race conditions if multiple fetches are sent and received in wrong order
useSingle improvements
- Added a
preferCache
boolean, that will only trigger a fetch if useSingle can't find the wanted item in the items that was already fetched and cached