Releases: palixir/wabe
Releases · palixir/wabe
wabe-postgres-0.5.1
fix(wabe-mongodb): should not import wabe on build (#262) * fix(wabe-mongodb): should not import wabe on build * fix: format
wabe-mongodb-0.5.2
🐛 Fixes
- fix(wabe-mongodb): should not import wabe on build (by @coratgerl in #262)
wabe-0.6.9
🚀 Features
- feat(wabe): add
QRCodeOTPto enum values (by @coratgerl in #251) - feat(wabe): return
UseronsignInWith(by @coratgerl in #252) - feat(wabe): select by default all fields with one deep with undefined select (by @coratgerl in #253)
- feat(wabe): clean
DatabaseController(by @coratgerl in #254) - feat(wabe): bump biome (by @coratgerl in #257)
- feat(wabe): add default user field on session jwt token (by @coratgerl in #258)
- feat(wabe): verify jwt token before refresh (by @coratgerl in #260)
🐛 Fixes
- fix(wabe): regression for authentication field (by @coratgerl in #250)
- fix(wabe): QRCode otp authentication (by @coratgerl in #255)
- fix(wabe): clean weird logic on select undefinde process KISS (by @coratgerl in #256)
💬 Miscellaneous
- refactor(wabe): remove node/rs-argon2 (by @coratgerl in #261)
wabe-resend-0.5.2
feat: bump
wabe-openai-0.5.1
feat: bump
wabe-mongodb-0.5.1
feat: bump
wabe-mistralai-0.5.1
feat: bump
wabe-buns3-0.5.1
feat: bump
wabe-0.6.8
🚀 Features
- feat(wabe): add ok on connection object (by @coratgerl in #209)
- feat(wabe): postgres support (by @coratgerl in #216)
- feat(wabe): add default role
DashboardAdmin(by @coratgerl in #220) - feat(wabe): add Hash field type to schema definition and impl hashing (by @fishonamos in #227)
- feat(wabe): use new hash hook for passwords (by @coratgerl in #228)
- feat(wabe): improve hash field hook (by @coratgerl in #229)
- feat(wabe): improve typescript coverage (by @coratgerl in #230)
- feat(wabe): a lot of bump (by @coratgerl in #231)
- feat(wabe): add
beforeUploadfunction inFileConfig(by @coratgerl in #234) - feat(wabe): rename the params for masked error message and add documentation (by @coratgerl in #241)
- feat(wabe): add auth provider for QRCode OTP (by @coratgerl in #247)
- feat(wabe): add
disableSignUpparameters to authentication config (by @coratgerl in #248)
🐛 Fixes
- fix(wabe): timing attack (by @coratgerl in #239)
- fix(wabe): security issue with
authorizedRolesbut notrequireAuthentication(by @coratgerl in #240)
💬 Miscellaneous
- refactor(wabe): move
EmailPasswordSRPto standard API (by @coratgerl in #210) - refactor(wabe): test helpers to prepare wabe-mongodb (by @coratgerl in #214)
- refactor(wabe): create wabe-mongodb package to prepare Postgres package (by @coratgerl in #215)
- refactor(wabe): remove Payment support (by @coratgerl in #233)
wabe-0.6.7
🐛 Fixes
- fix(wabe): session jwt secret (by @coratgerl in #208)