Releases: stephenjason89/pinia-plugin-state-persistence
Releases · stephenjason89/pinia-plugin-state-persistence
v1.7.2
1.7.2 (2025-01-14)
🐛 Bug Fixes
- mark package as side-effect-free for tree-shaking (470de10)
v1.7.1
1.7.1 (2025-01-14)
🐛 Bug Fixes
- ensure package is tree-shakable and compatible with modern tools (3f8d523)
📚 Documentation
- added drop-shadow effect to the logo for enhanced visual appeal (67c6fc9)
v1.7.0
1.7.0 (2025-01-13)
🚀 Features
- add support for deep-copied object storage with deepCopy option (#11) (7a61b23)
💄 Code Style
- rename restoringState to isRestoringState for improved readability and consistency (c654e83)
v1.6.0
1.6.0 (2025-01-13)
🚀 Features
- improve code readability, enhance state restoration logic & prevent redundant state persistence during restoration (#9) (39a8640)
v1.5.3
1.5.3 (2025-01-12)
⚡ Performance
- improved state persistence logic by preventing redundant saves when the state hasn't changed (#7) (620afad)
v1.5.2
1.5.2 (2025-01-11)
🐛 Bug Fixes
- apply overwrite logic to object key persistence (#4) (cc62594)
v1.5.1
1.5.1 (2025-01-09)
⚡ Performance
- streamline loadState and persistState by eliminating redundant async handling (#3) (b3207df)
📦 Chores
v1.5.0
1.5.0 (2025-01-06)
🚀 Features
- make $restore and $persist awaitable with improved async handling (d47ff46)
📚 Documentation
- add edit link and last updated metadata to VitePress (fb14d1a)
v1.4.0
1.4.0 (2025-01-04)
🚀 Features
- add support for key prefix in global options (888d429)
📚 Documentation
- add minimal usage example to installation.md (b4a6a24)
- enhance storage examples and overwrite behavior explanation (3a476ef)
- improved usage examples and reorganize configuration sections (55028b4)
- make custom storage implementation collapsible in Features.md (ba2d3ac)
- move example stores to example-store.md and enhance content (c6c30c6)
- streamline api documentation (58453eb)
- streamline README to point to documentation site (c4388b3)
v1.3.2
1.3.2 (2025-01-03)
🐛 Bug Fixes
- restore type fallback for key property in state persistence (47d1a5f)
📚 Documentation
- introduce advanced usage in README and object key persistence in documentation (5796030)