Skip to content

Releases: kiki-kanri/nitro-session

v2.0.4

05 Jan 10:05
Compare
Choose a tag to compare

compare changes

📦 Build

  • Enable sourcemap output in build process (42c5c9e)

🏡 Chore

  • Upgrade dependencies (dfd5a55)
  • Modify pack file structure and update package.json.exports configuration (db8d332)

🎨 Styles

❤️ Contributors

  • kiki-kanri

v2.0.3

13 Dec 07:47
Compare
Choose a tag to compare

compare changes

🏡 Chore

🎨 Styles

  • Format and lint all files (f7f3cb6)

❤️ Contributors

  • kiki-kanri

v2.0.2

26 Nov 21:01
Compare
Choose a tag to compare

compare changes

🏡 Chore

🎨 Styles

  • Format and lint all files (657fab7)

❤️ Contributors

  • kiki-kanri

v2.0.1

21 Nov 17:00
Compare
Choose a tag to compare

compare changes

🩹 Fixes

🏡 Chore

  • Modify tsconfig.build.json (84979da)
  • Upgrade dependencies (08bf606)
  • Update package.json (e1590d3)
  • Switch changelog generation package (3cf8d42)
  • Add release script to package.json (0be8fc1)
  • Remove .npmrc and update dependency list (f36e7e3)
  • Modify build configs (5315148)
  • Add types field to package.json (05324a7)
  • Remove types field from package.json (0cd3932)
  • Upgrade dependencies (7317ec8)
  • Replace Prettier with ESLint, add related files, and update VSCode settings (6a64e06)
  • Modify scripts in package.json (125ea2c)

🎨 Styles

  • Reorder badge URLs in README (ca2df78)
  • Format and lint all files (a684b60)

❤️ Contributors

  • kiki-kanri

v2.0.0

02 Oct 19:45
Compare
Choose a tag to compare

compare changes

Major Changes

The method for handling sessions during an error has now changed. For details, please read the Persist session on error section in the README.

🚀 Enhancements

  • Export processResponseEvent function (49efcfb)

📖 Documentation

🏡 Chore

  • Update nitro.config (15aa4d6)
  • ⚠️ Remove persistSessionOnError setting and related functionality (2d2e7f5)

⚠️ Breaking Changes

  • ⚠️ Remove persistSessionOnError setting and related functionality (2d2e7f5)

❤️ Contributors

  • kiki-kanri

v1.4.0

01 Oct 14:58
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Update types to support nitro v3 (d1791c5)

📖 Documentation

🏡 Chore

  • Remove unnecessary settings from package.json (0f1a8d4)
  • Remove empty file (eb3e14d)
  • Upgrade dependencies (f4a0deb)
  • Modify file permissions and update script (101a23f)
  • Upgrade dependencies (45a8ac2)
  • Upgrade nitropack to nitro v3 beta version (e9be834)

❤️ Contributors

  • kiki-kanri

v1.3.1

25 Aug 14:41
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

  • kiki-kanri

v1.3.0

12 Aug 16:34
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Save session changes even when request processing fails (97d8e33)

🏡 Chore

  • Remove rollup files and dependencies and switch to builder build (c7c7ba2)
  • Upgrade dependencies (b7118dd)

❤️ Contributors

  • kiki-kanri

v1.2.8

23 Jul 06:32
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • DefaultOptions should not be frozen (59070dc)

❤️ Contributors

  • kiki-kanri

v1.2.7

23 Jul 06:28
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Use event.context._ properties instead of symbols to track session changes (087be00)

❤️ Contributors

  • kiki-kanri