Releases: lenneTech/nest-server
Releases · lenneTech/nest-server
11.17.0
11.16.1
11.16.0
Add @UnifiedField input whitelisting to prevent property injection via REST bodies
11.15.4
11.15.3
11.15.2
What's Changed
- DEV-1264: better-auth by @kaihaase in #460
- 11.9.0: Add ErrorCodeModule for centralized error handling with i18n translations and REST API by @kaihaase in #469
- 11.10.0: Passkey and 2FA optimizations by @kaihaase in #473
- feat(DEV-1362): Add PaginationInfo model and integrate with CrudServi… by @NicoKaempf in #476
- fix(DEV-1366): Keep passkey challenge on failed verification for retry by @NicoKaempf in #484
- 11.12.0: Resolve passkey authentication failures with JWT/cookie dual-mode by @DKoenig9 in #486
- 11.13.0: Add configurable email verification and sign-up checks with termsAndPrivacyAccepted to BetterAuth by @kaihaase in #489
- Add emailAndPassword.disableSignUp to BetterAuth for invite-only apps by @pascal-klesse in #496
- Feature/system setup by @pascal-klesse in #497
- 11.14.0: Switch to oxlint and oxfmt, remove Jest/ESLint/Prettier and clean up all legacy references by @kaihaase in #500
Full Changelog: 11.5.0...11.15.2
11.15.1
11.15.0
11.14.1
11.14.0
- Switch to oxlint and oxfmt, remove Jest/ESLint/Prettier, and clean up all legacy references
- Upgrade TypeScript target to es2022, fix all oxlint warnings, and refine linter configuration
- Bump all compatible dependencies to the latest versions, including two major updates (ejs 4, nodemailer 8)