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