Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
73 lines (37 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

73 lines (37 loc) · 1.13 KB

@jitpackjoyride/lucia-adapter-edgedb

0.3.0

Minor Changes

  • 1e9eb2c: fixed uuid equality check bug

0.2.0

Minor Changes

  • e6f869a: Build issues and oAuth bug

0.1.1

Patch Changes

  • 462d58f: more native error handling

0.1.0

Minor Changes

  • d4dc062: first working version of the edgedb adapter for lucia-auth

0.0.9

Patch Changes

  • c2a0b7f: Clean up build file output by removing huge edgedb import

0.0.8

Patch Changes

  • d35d456: Update readme with better schema and fix bug with setting user & key

0.0.7

Patch Changes

  • 2e1b4f1: Bug with key insertion during setUser

0.0.6

Patch Changes

  • de20196: Mediocre solution to problem of generated id not being returned after setUser

0.0.5

Patch Changes

  • f0585cd: Added setUser implementation and changed the adapter function parameters

0.0.4

Patch Changes

  • efad644: add basic edgeDbAdapter implementation with just getUser implemented

0.0.3

Patch Changes

  • f07a2a1: fixed installation section in readme.md

0.0.2

Patch Changes

  • 359edb3: Most basic index.ts possible to test publishing to npm.