- nuxt: Infer global
cookieOptions
to specifiedcookie
storage without options (3c55848) - nuxt: Explicit Nuxt plugin name (
pinia-plugin-persistedstate
) (a0a4c51)
- nuxt: Check
@pinia/nuxt
module installation bypinia
key (#359)
- Bump dependencies (incl. pinia^2.3.0 & @pinia/nuxt^0.9.0) (c71d618)
- Bundle iife and umd with rollup (fcad302)
- Bump dependencies (76df472)
- Export iife build (#349)
- Bump dependencies & lint (3418005)
- Bump deep-pick-omit to 1.2.1 (fixes falsy value persistence) (7be6b42)
- Prazdevs (@prazdevs)
- Auto mode (#327)
- Update Nuxt links in README.md (#340)
- Upgrade dependencies (e1c0036)
- Infer
CookieStorageOptions
from@nuxt/schema
rather thannuxt/schema
(9e77053) - nuxt: Avoid calling runWithContext (#334)
- Improve readability (code group icons + code titles) (13b6332)
- Prazdevs (@prazdevs)
- Augment
@nuxt/schema
rather thannuxt/schema
(#330)
- Add group icon plugin (#329)
- Daniel Roe (@danielroe)
- Leo (@yuyinws)
- Support excluding paths from persistence with
omit
option - Support autocompletion for dot-notation paths in
pick
andomit
options ⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state⚠️ Drop globalbeforeRestore
andafterRestore
options⚠️ Dropauto
mode- nuxt: Include Nuxt module in the base package
- nuxt: Add global
key
option using template string
- Deserialize with
destr
instead ofJSON.parse
- nuxt: Improve SSR handling and store hdyration/persistence behavior in route middleware
⚠️ Renamepaths
option topick
⚠️ RenamebeforeRestore
andafterRestore
options tobeforeHydrate
andafterHydrate
- nuxt:
⚠️ Rename auto-imported storage object topiniaPluginPersistedstate
- nuxt:
⚠️ Rename Nuxt config option key topiniaPluginPersistedstate
- Rewrite documentation to match v4 API
- Add references and links to Nuxt-specific details and implementations
- Build standalone from Nuxt module's runtime
- Add a new identity and logo to the project
⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state⚠️ Drop globalbeforeRestore
andafterRestore
options⚠️ Dropauto
mode⚠️ Renamepaths
option topick
⚠️ RenamebeforeRestore
andafterRestore
options tobeforeHydrate
andafterHydrate
- nuxt:
⚠️ Rename auto-imported storage object topiniaPluginPersistedstate
- nuxt:
⚠️ Rename Nuxt config option key topiniaPluginPersistedstate
- Prazdevs (@prazdevs)
For changes prior to v4, please refer to the GitHub Releases