Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stephenjason89/pinia-plugin-state-persistence
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: stephenjason89/pinia-plugin-state-persistence
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 14, 2025

  1. Copy the full SHA
    470de10 View commit details
  2. 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))
    semantic-release-bot committed Jan 14, 2025
    Copy the full SHA
    83066fa View commit details

Commits on Jan 15, 2025

  1. Copy the full SHA
    153e234 View commit details
  2. Copy the full SHA
    f3af766 View commit details
  3. 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))
    semantic-release-bot committed Jan 15, 2025
    Copy the full SHA
    bb43f41 View commit details
  4. 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
    stephenjason89 committed Jan 15, 2025
    Copy the full SHA
    e6b64b7 View commit details
  5. 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))
    semantic-release-bot committed Jan 15, 2025
    Copy the full SHA
    918920d View commit details
  6. 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
    stephenjason89 committed Jan 15, 2025
    Copy the full SHA
    aa94463 View commit details
  7. Copy the full SHA
    53e5251 View commit details
  8. Copy the full SHA
    3a147bf View commit details
  9. 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))
    semantic-release-bot committed Jan 15, 2025
    Copy the full SHA
    7113a6b View commit details

Commits on Jan 16, 2025

  1. Copy the full SHA
    9617760 View commit details

Commits on Jan 21, 2025

  1. 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
    stephenjason89 authored Jan 21, 2025
    Copy the full SHA
    ebd6423 View commit details
  2. chore(release): 1.9.0 [skip ci]

    ## [1.9.0](v1.8.2...v1.9.0) (2025-01-21)
    
    ### 🚀 Features
    
    * **persistence:** add support for multiple storages ([#15](#15)) ([ebd6423](ebd6423))
    
    ### 📚 Documentation
    
    * update nuxt-integration plugin example ([9617760](9617760))
    semantic-release-bot committed Jan 21, 2025
    Copy the full SHA
    6d40449 View commit details
  3. Copy the full SHA
    62e8799 View commit details
  4. Copy the full SHA
    783088f View commit details
  5. 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))
    semantic-release-bot committed Jan 21, 2025
    Copy the full SHA
    caa3484 View commit details
Loading