Skip to content

v3.0.0

Compare
Choose a tag to compare
@kiki-kanri kiki-kanri released this 19 Jul 15:33
· 29 commits to main since this release

compare changes

πŸš€ 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 to nuxtSession.storage.data.
  • The original nuxtSession.storage.driver option type cookie is now changed to cookie/header.
  • The original nuxtSession.storage.keyLength setting is now changed to nuxtSession.storage.data.key.length.
  • The original nuxtSession.storage.keyPrefix setting is now changed to nuxtSession.storage.data.key.prefix.

πŸ“– Documentation

🏑 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