Releases: stephenjason89/pinia-plugin-state-persistence
Releases · stephenjason89/pinia-plugin-state-persistence
v1.3.1
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
1.3.0 (2025-01-03)
🚀 Features
- support object keys for state persistence (f70f2ed)
v1.2.3
1.2.3 (2025-01-02)
🐛 Bug Fixes
- re-add types to package.json and update Vitepress config (d436421)
v1.2.2
1.2.2 (2025-01-02)
🐛 Bug Fixes
- release: ensure package.json version is updated during release (0345d19)
v1.2.1
1.2.1 (2025-01-02)
🐛 Bug Fixes
- re-add main field for compatibility with legacy tools (ffabb3e)
v1.2.0
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
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
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
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
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)