Skip to content

Releases: kiki-kanri/nuxt-session

v3.1.4

26 Nov 21:08
Compare
Choose a tag to compare

compare changes

🏑 Chore

🎨 Styles

  • Format and lint all files (af35ce6)

❀️ Contributors

  • kiki-kanri

v3.1.3

21 Nov 17:19
Compare
Choose a tag to compare

compare changes

🏑 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

  • Reorder badge URLs in README (3137a3b)
  • Format and lint all files (aba09e9)

❀️ Contributors

  • kiki-kanri

v3.1.2

22 Jul 17:54
Compare
Choose a tag to compare

compare changes

🏑 Chore

  • Update keywords list in package.json (bfe68a6)
  • Remove type field and add module field in package.json (c5bebcb)
  • Update dependencies and README (62fe065)
  • Upgrade dependencies (d72d60b)

❀️ Contributors

  • kiki-kanri

v3.1.1

21 Jul 19:13
Compare
Choose a tag to compare

compare changes

πŸ“– Documentation

🏑 Chore

❀️ Contributors

  • kiki-kanri

v3.1.0

20 Jul 18:24
Compare
Choose a tag to compare

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.

compare changes

πŸ“– Documentation

🏑 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

19 Jul 15:33
Compare
Choose a tag to compare

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

v2.0.4

21 Apr 12:17
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Change method of adding server utils (f95459a)

🏑 Chore

  • Upgrade dependencies and remove @nuxt/eslint-config dependency (113ba2c)
  • Modify export types statements (e8d8c0b)

❀️ Contributors

  • kiki-kanri

v2.0.3

16 Mar 00:14
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

πŸ“– Documentation

🏑 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

05 Jan 04:11
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Change method of adding server utils (4f843a4)

🏑 Chore

  • Upgrade dependencies (027b066)
  • Add author field to package.json (2d9ba45)

❀️ Contributors

  • kiki-kanri

v2.0.1

06 Dec 20:33
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Change method of adding server utils (b81668d)

🏑 Chore

❀️ Contributors

  • kiki-kanri