-
-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: stephenjason89/pinia-plugin-state-persistence
base: v1.7.1
head repository: stephenjason89/pinia-plugin-state-persistence
compare: main
- 17 commits
- 6 files changed
- 2 contributors
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 470de10 - Browse repository at this point
Copy the full SHA 470de10View commit details -
chore(release): 1.7.2 [skip ci]
## [1.7.2](v1.7.1...v1.7.2) (2025-01-14) ### 🐛 Bug Fixes * mark package as side-effect-free for tree-shaking ([470de10](470de10))
Configuration menu - View commit details
-
Copy full SHA for 83066fa - Browse repository at this point
Copy the full SHA 83066faView commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 153e234 - Browse repository at this point
Copy the full SHA 153e234View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3af766 - Browse repository at this point
Copy the full SHA f3af766View commit details -
chore(release): 1.8.0 [skip ci]
## [1.8.0](v1.7.2...v1.8.0) (2025-01-15) ### 🚀 Features * **logging:** added context-aware log messages for clearer debugging information ([f3af766](f3af766)) ### 🐛 Bug Fixes * correct types for $persist and $restore methods ([153e234](153e234))
Configuration menu - View commit details
-
Copy full SHA for bb43f41 - Browse repository at this point
Copy the full SHA bb43f41View commit details -
fix(logging): prevent circular reference error in persistence logs
- Replaced JSON.stringify with direct logging for mutation objects - Resolved "Converting circular structure to JSON" error during persistence operations - Improved log compatibility with reactive Vue structures
Configuration menu - View commit details
-
Copy full SHA for e6b64b7 - Browse repository at this point
Copy the full SHA e6b64b7View commit details -
chore(release): 1.8.1 [skip ci]
## [1.8.1](v1.8.0...v1.8.1) (2025-01-15) ### 🐛 Bug Fixes * **logging:** prevent circular reference error in persistence logs ([e6b64b7](e6b64b7))
Configuration menu - View commit details
-
Copy full SHA for 918920d - Browse repository at this point
Copy the full SHA 918920dView commit details -
style: replace pluginOptions with globalOptions for consistency with …
…docs - Removed `pluginOptions` and directly used `globalOptions` for improved clarity - Aligned variable naming with documentation to ensure consistency - Simplified code by eliminating redundant variable assignments
Configuration menu - View commit details
-
Copy full SHA for aa94463 - Browse repository at this point
Copy the full SHA aa94463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e5251 - Browse repository at this point
Copy the full SHA 53e5251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a147bf - Browse repository at this point
Copy the full SHA 3a147bfView commit details -
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2025-01-15) ### 🐛 Bug Fixes * **types:** move debug option to globalOptions only and omit include/exclude ([3a147bf](3a147bf)) ### 📚 Documentation * **storeOptions:** remove references to the debug option ([53e5251](53e5251)) ### 💄 Code Style * replace pluginOptions with globalOptions for consistency with docs ([aa94463](aa94463))
Configuration menu - View commit details
-
Copy full SHA for 7113a6b - Browse repository at this point
Copy the full SHA 7113a6bView commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9617760 - Browse repository at this point
Copy the full SHA 9617760View commit details
Commits on Jan 21, 2025
-
feat(persistence): add support for multiple storages (#15)
* feat(persistence): add support for multiple storages - Allow `persist` to accept an array of storage configs - Enables persisting different state keys to different storages - Iterate over each config to apply persistence logic * docs(persistence): update advanced usage to include multi-storage support
Configuration menu - View commit details
-
Copy full SHA for ebd6423 - Browse repository at this point
Copy the full SHA ebd6423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d40449 - Browse repository at this point
Copy the full SHA 6d40449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e8799 - Browse repository at this point
Copy the full SHA 62e8799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783088f - Browse repository at this point
Copy the full SHA 783088fView commit details -
chore(release): 1.10.0 [skip ci]
## [1.10.0](v1.9.0...v1.10.0) (2025-01-21) ### 🚀 Features * improve debug messages and add per-store debugging support ([62e8799](62e8799)) ### 📚 Documentation * update persist-options to include debug option ([783088f](783088f))
Configuration menu - View commit details
-
Copy full SHA for caa3484 - Browse repository at this point
Copy the full SHA caa3484View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.1...main