This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Releases: sidebase/nuxt-session
Releases · sidebase/nuxt-session
0.2.8
What's Changed
- chore: Add deprication notice by @zoey-kaiser in #92
- feat: Add session to SSR by @mlutsiuk in #73
- release: 0.2.8 by @zoey-kaiser in #93
New Contributors
Full Changelog: 0.2.7...0.2.8
0.2.7
What's Changed
- Add rolling option by @interpretor in #36
- Fix
expiryInSeconds = null
has no effect by @interpretor in #51 - Update README.md by @chriscdn in #59
- docs: Minor change in docs by @zoey-kaiser in #60
- Update README.md by @zoey-kaiser in #61
- Fixed docs layout by @zoey-kaiser in #63
- release: 0.2.7 by @BracketJohn in #64
New Contributors
Full Changelog: 0.2.6...0.2.7
0.2.6
Use it by:
npm i -D @sidebase/[email protected]
What's Changed
- feat: bump to nuxt 3 stable by @BracketJohn in #43
- fix:
type
->types
inREADME
by @IronicUsername in #37 - Configurable secure attribute for session cookie by @re-mxp in #49
- Make cookie
HttpOnly
configurable by @interpretor in #52 - Added demo docs and sync workflow by @zoey-kaiser in #39
- release: 0.2.6 by @BracketJohn in #55
New Contributors
- @IronicUsername made their first contribution in #37
- @re-mxp made their first contribution in #49
- @interpretor made their first contribution in #52
Full Changelog: 0.2.5...0.2.6
0.2.5
What's Changed
- docs: use "driver" in place of "backend" when referring to storage, fix docs redis config section by @BracketJohn in #29
- fix import and use of argon2 by @Voltra in #31
- release: 0.2.5 by @BracketJohn in #32
Thanks @Voltra for your help, thanks @JacobArrow for bug reporting + solution testing ❤️
Full Changelog: 0.2.4...0.2.5
0.2.4
What's Changed
- feat: Add IP pinning option by @Voltra in #16
- fix: allow unstorage drivers other than 'memory' by @Twitch0125 in #7
- release: 0.2.4 by @BracketJohn in #27
New Contributors
- @Voltra made their first contribution in #16
- @Twitch0125 made their first contribution in #7
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- Add configurable cookie domain property by @blumgart in #22
- docs: document
domain
setting by @BracketJohn in #23 - release: 0.2.3 by @BracketJohn in #24
New Contributors
Full Changelog: 0.2.2...0.2.3
0.2.2
Install with: npm i -D @sidebase/nuxt-session
Upgrade with: npm i -D @sidebase/[email protected]
-> you may have to remove your node_modules
if this does not work
What's Changed
- feat: use
eventHandler
instead ofdefineEventHandler
by @BracketJohn in #11 - fix: ERR_UNSUPPORTED_ESM_URL_SCHEME by @zoey-kaiser in #13
- release: 0.2.2 by @BracketJohn in #14
New Contributors
- @zoey-kaiser made their first contribution in #13
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- feat: rename to
useSession
, allow partial options viadefu
by @BracketJohn in #5 - release: 0.2.1 by @BracketJohn in #6
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- feat: Add session composable and session API by @BracketJohn in #1
- release: bump to 0.2.0 by @BracketJohn in #3
New Contributors
- @BracketJohn made their first contribution in #1
Full Changelog: 0.1.2...0.2.0
0.1.2
(2022/10/13)
Whats Changed
- fix: remove dependency on self
- feat: add license, download and version badges to readme
See changelog.md for full changelog.
Contributors
Full Changelog: https://github.com/sidebase/nuxt-session/commits/0.1.2