This repository was archived by the owner on Aug 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed
Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.3.0
4+
5+ [ compare changes] ( https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.2.0...v4.3.0 )
6+
7+ ### 🚀 Enhancements
8+
9+ - ** nuxt:** Add encode/decode to cookies options ([ f377002] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/f377002 ) )
10+
11+ ### 🩹 Fixes
12+
13+ - Type aware rules ([ 0a62a72] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/0a62a72 ) )
14+
15+ ### 📖 Documentation
16+
17+ - Add limitations regarding Cookies and Cloudflare Workers ([ #370 ] ( https://github.com/prazdevs/pinia-plugin-persistedstate/pull/370 ) )
18+ - Remove references to deprecated option syntax store declaration ([ fde3b95] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/fde3b95 ) )
19+ - Add contributing guide ([ fbeaf90] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/fbeaf90 ) )
20+
21+ ### 🏡 Chore
22+
23+ - ⚠️ Upgrade dependencies + pinia@3 ([ ceac678] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/ceac678 ) )
24+ - Update dependencies ([ 40eddb2] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/40eddb2 ) )
25+
26+ ### 🤖 CI
27+
28+ - Prepare before linting ([ 8c6ae57] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/8c6ae57 ) )
29+
30+ #### ⚠️ Breaking Changes
31+
32+ - ⚠️ Upgrade dependencies + pinia@3 ([ ceac678] ( https://github.com/prazdevs/pinia-plugin-persistedstate/commit/ceac678 ) )
33+
34+ ### ❤️ Contributors
35+
36+ - Prazdevs ([ @prazdevs ] ( https://github.com/prazdevs ) )
37+ - Ian Jamieson
< [email protected] > 38+
339## v4.2.0
440
541[ compare changes] ( https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.3...v4.2.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " pinia-plugin-persistedstate" ,
33 "type" : " module" ,
4- "version" : " 4.2 .0" ,
4+ "version" : " 4.3 .0" ,
55 "packageManager" :
" [email protected] " ,
66 "description" : " Configurable persistence and rehydration of Pinia stores." ,
77 "author" :
" Sacha Bouillez <[email protected] > (https://praz.dev)" ,
88 "license" : " MIT" ,
99 "homepage" : " https://prazdevs.github.io/pinia-plugin-persistedstate" ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/prazdevs/pinia-plugin-persistedstate"
12+ "url" : " git+ https://github.com/prazdevs/pinia-plugin-persistedstate.git "
1313 },
1414 "sponsor" : {
1515 "url" : " https://github.com/sponsors/prazdevs"
You can’t perform that action at this time.
0 commit comments