UNPKG

@lifeworld/adapter-test

Version:

Testing module for Lucia database adapters

204 lines (102 loc) 5.23 kB
# @lucia-auth/adapter-test ## 5.0.2 ### Patch changes - [#1708](https://github.com/lucia-auth/lucia/pull/1708) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update dependencies. ## 5.0.1 - Update dependencies ## 5.0.0 - Update API to support Lucia v3 ## 4.1.1 ### Patch changes - [#1136](https://github.com/lucia-auth/lucia/pull/1136) by [@Sajarin-M](https://github.com/Sajarin-M) : Fix `DUPLICATE_KEY_ID` to `AUTH_DUPLICATE_KEY_ID` in test name ## 4.1.0 ### Minor changes - [#928](https://github.com/pilcrowOnPaper/lucia/pull/928) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Check for delete operation errors ## 4.0.0 ### Major changes - [#885](https://github.com/pilcrowOnPaper/lucia/pull/885) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update version and peer dependency ## 4.0.0-beta.7 ### Minor changes - [#867](https://github.com/pilcrowOnPaper/lucia/pull/867) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 4.0.0-beta.6 ### Minor changes - [#842](https://github.com/pilcrowOnPaper/lucia/pull/842) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 4.0.0-beta.5 ### Minor changes - [#812](https://github.com/pilcrowOnPaper/lucia/pull/812) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 4.0.0-beta.4 ### Patch changes - [#803](https://github.com/pilcrowOnPaper/lucia/pull/803) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 4.0.0-beta.3 ### Major changes - [#788](https://github.com/pilcrowOnPaper/lucia/pull/790) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@2.0.0-beta.3` ## 4.0.0-beta.2 ### Patch changes - [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 4.0.0-beta.1 ### Patch changes - [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version ## 4.0.0-beta.0 ### Major changes - [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@^2.0.0` - Update tests - [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update `testAdapter()` and `testSessionAdapter()` - Rename type `QueryHandler` to `LuciaQueryHandler` - Remove `testUserAdapter()` - Test modules no longer end process by default ## 3.0.1 ### Patch changes - [#563](https://github.com/pilcrowOnPaper/lucia/pull/563) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Remove unintended Node.js polyfill ## 3.0.0 ### Major changes - [#539](https://github.com/pilcrowOnPaper/lucia/pull/539) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : [Breaking] Require `lucia-auth@1.4.0` ## 2.0.0 ### Major changes - [#529](https://github.com/pilcrowOnPaper/lucia/pull/529) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : [Breaking] Update tests for `lucia-auth@^1.3.0` - Update peer dependency - Add test to check if user is not stored if `setUser()` errors - Add test to check `updateUserAttributes()` returns the correct value - Add test to check `updateKeyPassword()` returns the correct value ## 1.0.0 ### Major changes - [#443](https://github.com/pilcrowOnPaper/lucia/pull/443) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Release version 1.0! ## 0.6.0 ### Minor changes - [#430](https://github.com/pilcrowOnPaper/lucia/pull/430) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : [Breaking] Require `lucia-auth` 0.11.0 - Update internals ## 0.5.1 ### Patch changes - [#424](https://github.com/pilcrowOnPaper/lucia/pull/424) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : - Update dependencies ## 0.5.0 ### Minor changes - [#398](https://github.com/pilcrowOnPaper/lucia/pull/398) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia-auth@0.9.0` ## 0.4.3 ### Patch changes - [#392](https://github.com/pilcrowOnPaper/lucia/pull/392) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency ## 0.4.2 ### Patch changes - [#388](https://github.com/pilcrowOnPaper/lucia/pull/388) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : remove unnecessary code ## 0.4.1 ### Patch changes - [#381](https://github.com/pilcrowOnPaper/lucia/pull/381) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update links in README and package.json ## 0.4.0 - [Breaking] Tests for `lucia-auth` 0.7.x ## 0.3.1 - Fix types - Fix tests ## 0.3.0 - [Breaking] Update `testAdapter`, `testUserAdapter`, `testUserAdapter` - [Breaking] Tests for `lucia-auth` 0.6.x ## 0.2.0 - [Breaking] Tests for `lucia-auth` 0.5.x ## 0.1.6 - Update peer dependency - Clean up code ## 0.1.5 - Update peer dependency ## 0.1.4 - Fix `testAdapter` test suite so it runs all tests ## 0.1.3 - Update dependencies ## 0.1.2 - Update peer dependency