Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 3.91 KB

File metadata and controls

75 lines (42 loc) · 3.91 KB

3.1.2 (2021-12-06)

Bug Fixes

  • removed accidental package-lock.json file (4156faf)
  • synced prisma client and prisma dependency versions (178f0d7)

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

3.1.0 (2021-08-16)

Bug Fixes

  • sessionModelName jsdoc typo (c0fe3ec)

Features

3.0.1 (2021-02-16)

Bug Fixes

  • peer dependency version (cd71f7d)

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.

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 wsedlacekc@gmail.com

1.1.2 (2020-12-02)

Bug Fixes

  • changed findOne to findUnique, for Prisma 2.12.0+ (f1311c1)

1.1.1 (2020-11-26)

Bug Fixes

1.1.0 (2020-09-13)

Bug Fixes

  • round TTL only to powers of 10 (2a591e7)
  • use orginal packages (0aa39b4)

Features