Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

59 lines (28 loc) · 2.5 KB

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