Skip to content

Latest commit

 

History

History
191 lines (96 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

191 lines (96 loc) · 5.13 KB

@lucia-auth/adapter-prisma

4.0.1

  • Update dependencies.

4.0.0

See the migration guide.

3.0.2

Patch changes

  • #1166 by @timnghg : Fix type Adapter.updateKey(), rename param userId to keyId

3.0.1

Patch changes

3.0.0

Major changes

3.0.0-beta.8

Major changes

Minor changes

3.0.0-beta.7

Minor changes

3.0.0-beta.6

Patch changes

  • #823 by @delight : Adjust peerDependency to solve the unmet peer dependency warning for prisma 5.x

3.0.0-beta.5

Minor changes

3.0.0-beta.4

Patch changes

3.0.0-beta.3

Major changes

3.0.0-beta.2

Patch changes

3.0.0-beta.1

Major changes

Patch changes

3.0.0-beta.0

Major changes

  • #682 by @pilcrowOnPaper : Require lucia@^2.0.0

    • Export adapter as named exports (prisma())

    • Update adapter params

2.0.0

Major changes

1.0.0

Major changes

0.7.1

Patch changes

  • #452 by @pilcrowOnPaper : Fix issue where all errors from setUser() were thrown as INVALID_KEY_ID Lucia error

0.7.0

Minor changes

0.6.1

Patch changes

0.6.0

Minor changes

0.5.3

Patch changes

0.5.2

Patch changes

0.5.1

Patch changes

0.5.0

  • [Breaking] Require minimum lucia-auth 0.7.0

0.4.0

  • [Breaking] Require minimum lucia-auth 0.6.0

0.3.0

  • [Breaking] Require minimum lucia-auth 0.5.0

0.2.2

  • [Fix] Remove minor breaking change introduced in 0.2.1

0.2.1

  • Remove prisma and @prisma/client dependencies

0.2.0

  • [Breaking] Require minimum lucia-auth 0.4.0

  • [Breaking] Remove global error handler

0.1.4

  • Update peer dependency

0.1.3

  • Update peer dependency

0.1.2

  • Update peer dependency