- Added factory functions `createUseFetch` and `createUseAsyncData` for custom, fully typed instances with default options.
- Upgraded to Vue Router v5 and migrated file‑system route generation to the new "unrouting" trie engine, delivering faster dev server updates and deterministic routing.
- Introduced several developer‑focused enhancements: typed layout props in `definePageMeta`, `useAnnouncer` composable, payloadExtraction 'client' mode with LRU cache, refresh option for `useCookie`, build profiling, and improved import pr...

