What's Changed
Nuxt 4 compatibility (compatibilityVersion: 4
)
The module should now be working when using compatibilityVersion: 4
.
New path for multiCache.serverOptions
To be in sync with the new folder structure of Nuxt 4 the server options file now defaults to <serverDir>/multiCache.serverOptions.ts
which defaults to ~/server/multiCache.serverOptions.ts
. The module will still look for the file in the app
folder, however this will be removed in the next major release.
Various
- fix: call handleRawCacheData in purgeTags event handler in #82
- fix: max age of 0 should mean uncacheable in useCachedAsyncData in #83
Full Changelog: v3.3.3...v3.4.0