Releases: kleydon/prisma-session-store
Releases · kleydon/prisma-session-store
v3.1.3
3.1.3 (2022-01-26)
Bug Fixes
- double defer in destroy function (d34595e)
v3.1.2
3.1.2 (2021-12-06)
Bug Fixes
- removed accidental package-lock.json file (4156faf)
- synced prisma client and prisma dependency versions (178f0d7)
v3.1.1
3.1.1 (2021-12-06)
Bug Fixes
- change commit lint overrides to warnings (ff3bd79)
- trigger release (a84ab3b)
- trigger release and trivially clean up readme (39d1a56), closes #63
v3.1.0
3.1.0 (2021-08-16)
Bug Fixes
- sessionModelName jsdoc typo (c0fe3ec)
Features
v3.0.1
3.0.1 (2021-02-16)
Bug Fixes
v3.0.0
3.0.0 (2021-02-16)
- feat!: changed expires to expiresAt (5cbc11b)
BREAKING CHANGES
- expiresAt now used in place of expires - within Prisma schema and database.
v2.0.0
2.0.0 (2021-01-12)
- fix!: update downstream dependencies (fa7ee82)
BREAKING CHANGES
- Changes to the types from
@types/express-session
and @types/express
Signed-off-by: William Sedlacek [email protected]
v1.1.2
1.1.2 (2020-12-02)
Bug Fixes
- changed findOne to findUnique, for Prisma 2.12.0+ (f1311c1)
v1.1.1
1.1.1 (2020-11-26)
Bug Fixes
v1.1.0
1.1.0 (2020-09-13)
Bug Fixes
- round TTL only to powers of 10 (2a591e7)
- use orginal packages (0aa39b4)
Features