v0.19.1
- [#112] Improves types related to useAsyncData() and useAsyncCollection() hooks (new types better express that related data (re-)loading operations may be either async or sync, and avoid our new, stricter ESLint rules pushing to add
asyncspecifiers to related code in a way that may turn those sync operations into async ones).