Releases: kiki-kanri/nuxt-session
Releases Β· kiki-kanri/nuxt-session
v3.1.4
v3.1.3
π‘ Chore
- Upgrade dependencies (8813a88)
- Upgrade dependencies (3c36ef9)
- Update package.json (4ed773d)
- Switch changelog generation package (8202ab4)
- Add release script to package.json (4db9f4a)
- Upgrade dependencies (aeab46d)
- Replace Prettier with ESLint, add related files, and update VSCode settings (e95d755)
- Modify scripts in package.json (a835e58)
π¨ Styles
β€οΈ Contributors
- kiki-kanri
v3.1.2
v3.1.1
v3.1.0
Note
Due to the core @kikiutils/nitro-session
being updated from 1.0.1 to 1.1.1, the version number has been bumped to 3.1.0.
π Documentation
- Update README (0f3238e)
π‘ Chore
- Update .gitignore (57f63d4)
- Upgrade dependencies (f97f7f3)
- Add engines field to package.json with Node.js >=18 (aa00b31)
- Update keywords in package.json (bc26c59)
β€οΈ Contributors
- kiki-kanri
v3.0.0
π Enhancements
- Add plugin and utils file for runtime (1bb833b)
- Add type definitions (f08e95c)
- Add main module file (c1df894)
π Migration to v3
The following are the changes related to the configure options.
- The original
nuxtSession.storage
options is now changed tonuxtSession.storage.data
. - The original
nuxtSession.storage.driver
option typecookie
is now changed tocookie/header
. - The original
nuxtSession.storage.keyLength
setting is now changed tonuxtSession.storage.data.key.length
. - The original
nuxtSession.storage.keyPrefix
setting is now changed tonuxtSession.storage.data.key.prefix
.
π Documentation
- Update README (0fc510c)
π‘ Chore
- Remove code files and non-development dependencies (5371a4b)
- Update .gitignore (4b36190)
- Add
@kikiutils/nitro-session
dependency (2c99639) - Set Nuxt compatibility requirement to >=3.9.0 (bb69d36)
β€οΈ Contributors
- kiki-kanri
v2.0.4
v2.0.3
π Enhancements
- Add ioredis dependency (7654fc7)
π Documentation
- Update README (b0b323c)
π‘ Chore
- Upgrade dependencies (a086b14)
- Modify some commands in package.json scripts (2698b7f)
- Upgrade dependencies (7476dcc)
π¨ Styles
- Change location of some import statements (6bd757b)
β€οΈ Contributors
- kiki-kanri
v2.0.2
π Refactors
- Change method of adding server utils (4f843a4)
π‘ Chore
β€οΈ Contributors
- kiki-kanri