Skip to content

Releases: stephenjason89/pinia-plugin-state-persistence

v1.3.1

03 Jan 20:06
Compare
Choose a tag to compare

1.3.1 (2025-01-03)

🐛 Bug Fixes

  • edge-case window not defined on SSR error (2b8eb6e)
  • remove fallback type for key in PersistOptions (5792d86)

v1.3.0

03 Jan 19:53
Compare
Choose a tag to compare

1.3.0 (2025-01-03)

🚀 Features

  • support object keys for state persistence (f70f2ed)

v1.2.3

02 Jan 17:40
Compare
Choose a tag to compare

1.2.3 (2025-01-02)

🐛 Bug Fixes

  • re-add types to package.json and update Vitepress config (d436421)

v1.2.2

02 Jan 16:53
Compare
Choose a tag to compare

1.2.2 (2025-01-02)

🐛 Bug Fixes

  • release: ensure package.json version is updated during release (0345d19)

v1.2.1

02 Jan 16:35
Compare
Choose a tag to compare

1.2.1 (2025-01-02)

🐛 Bug Fixes

  • re-add main field for compatibility with legacy tools (ffabb3e)

v1.2.0

02 Jan 16:20
Compare
Choose a tag to compare

1.2.0 (2025-01-02)

🚀 Features

  • add support for CommonJS module format (8259353)
  • skip localforage on SSR by default (f989de6)
  • ts: enable strict mode and fix related type errors (23d2ae9)

📚 Documentation

  • add advanced use cases documentation (1713fb2)
  • improve clientOnly examples and clarify comments (938bac3)

v1.1.1

01 Jan 17:28
Compare
Choose a tag to compare

1.1.1 (2025-01-01)

🐛 Bug Fixes

  • tsconfig: resolve ESM import errors by setting module to NodeNext (b9ddc61)

📦 Chores

  • updated .gitignore and removed unnecessary files (4b710a3)

v1.1.0

01 Jan 16:05
Compare
Choose a tag to compare

1.1.0 (2025-01-01)

🚀 Features

🐛 Bug Fixes

  • ensure synchronous store initialization to avoid race conditions (0a0b900)

📦 Chores

  • add VitePress docs and deploy script (1abefd5)

📚 Documentation

  • improve themes, enhance syntax highlighting, and clarify content (2a6c580)
  • readme: add project logo for better branding (2ffc94f)
  • update README and example usage (d829f33)
  • updated README.md (44ea7f8)

v1.0.1

28 Dec 17:25
Compare
Choose a tag to compare

1.0.1 (2024-12-28)

🐛 Bug Fixes

  • asyncStorage type (8acbac2)
  • gracefully handle invalid JSON during state merge (33a5b92)

📚 Documentation

🛠️ Refactoring

  • utils: move reusable functions to utils and rename for clarity (40851bc)

v1.0.0

27 Dec 21:29
Compare
Choose a tag to compare

1.0.0 (2024-12-27)

🚀 Features

  • add core implementation for pinia state persistence plugin (2d6e5c8)

📦 Chores

  • add initial project configuration files (f149623)

📚 Documentation

  • add initial README for Pinia Plugin - State Persistence (c7441fd)