Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@dulnan dulnan released this 15 Nov 07:45

What's Changed

Nuxt 4 compatibility (compatibilityVersion: 4)

The module should now be working when using compatibilityVersion: 4.

#77

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.

#84

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