Skip to content

Releases: stephenjason89/pinia-plugin-state-persistence

v1.7.2

14 Jan 07:05
Compare
Choose a tag to compare

1.7.2 (2025-01-14)

🐛 Bug Fixes

  • mark package as side-effect-free for tree-shaking (470de10)

v1.7.1

14 Jan 06:46
Compare
Choose a tag to compare

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

13 Jan 19:54
Compare
Choose a tag to compare

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

13 Jan 17:10
Compare
Choose a tag to compare

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

12 Jan 14:15
Compare
Choose a tag to compare

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

11 Jan 16:49
Compare
Choose a tag to compare

1.5.2 (2025-01-11)

🐛 Bug Fixes

  • apply overwrite logic to object key persistence (#4) (cc62594)

v1.5.1

09 Jan 14:36
Compare
Choose a tag to compare

1.5.1 (2025-01-09)

⚡ Performance

  • streamline loadState and persistState by eliminating redundant async handling (#3) (b3207df)

📦 Chores

v1.5.0

06 Jan 08:53
Compare
Choose a tag to compare

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

04 Jan 18:08
Compare
Choose a tag to compare

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

03 Jan 20:33
Compare
Choose a tag to compare

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)