Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Releases: prazdevs/pinia-plugin-persistedstate

v4.5.0

11 Aug 17:38

Choose a tag to compare

compare changes

🚀 Enhancements

🏡 Chore

❤️ Contributors

v4.4.1

30 Jun 08:09

Choose a tag to compare

compare changes

🩹 Fixes

  • Remove node>=24 requirement (d50bd4b)

❤️ Contributors

v4.4.0

28 Jun 13:07

Choose a tag to compare

compare changes

🚀 Enhancements

  • Move @nuxt/kit to peerDependencies (4cd2337)

📖 Documentation

  • Restore setup store syntax (739bd1f)
  • nuxt: Add SSR/middleware limitation (155511e)
  • Add setup store persisted state (returned refs only) (7324490)

🏡 Chore

❤️ Contributors

v4.3.0

11 May 10:44

Choose a tag to compare

compare changes

🚀 Enhancements

  • nuxt: Add encode/decode to cookies options (f377002)

🩹 Fixes

📖 Documentation

  • Add limitations regarding Cookies and Cloudflare Workers (#370)
  • Remove references to deprecated option syntax store declaration (fde3b95)
  • Add contributing guide (fbeaf90)

🏡 Chore

  • ⚠️ Upgrade dependencies + pinia@3 (ceac678)
  • Update dependencies (40eddb2)

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Upgrade dependencies + pinia@3 (ceac678)

❤️ Contributors

v4.2.0

16 Dec 20:09

Choose a tag to compare

compare changes

🚀 Enhancements

  • nuxt: Infer global cookieOptions to specified cookie storage without options (3c55848)
  • nuxt: Explicit Nuxt plugin name (pinia-plugin-persistedstate) (a0a4c51)

🩹 Fixes

  • nuxt: Check @pinia/nuxt module installation by pinia key (#359)

🏡 Chore

  • Bump dependencies (incl. pinia^2.3.0 & @pinia/nuxt^0.9.0) (c71d618)

❤️ Contributors

v4.1.3

08 Nov 19:44

Choose a tag to compare

compare changes

📖 Documentation

  • Fix the afterHydrate describe (#350)
  • Fix install script groups (2bd0f25)

📦 Build

  • Bundle iife and umd with rollup (fcad302)

🏡 Chore

❤️ Contributors

v4.1.2

25 Oct 00:46

Choose a tag to compare

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

📦 Build

  • Export iife build (#349)

🏡 Chore

  • Bump dependencies & lint (3418005)

❤️ Contributors

v4.1.1

04 Oct 20:47

Choose a tag to compare

compare changes

🩹 Fixes

  • Bump deep-pick-omit to 1.2.1 (fixes falsy value persistence) (7be6b42)

❤️ Contributors

v4.1.0

04 Oct 20:22

Choose a tag to compare

compare changes

🚀 Enhancements

📖 Documentation

  • Update Nuxt links in README.md (#340)

🏡 Chore

❤️ Contributors

v4.0.2

18 Sep 18:13

Choose a tag to compare

compare changes

🩹 Fixes

  • Infer CookieStorageOptions from @nuxt/schema rather than nuxt/schema (9e77053)
  • nuxt: Avoid calling runWithContext (#334)

📖 Documentation

  • Improve readability (code group icons + code titles) (13b6332)

🏡 Chore

❤️ Contributors