Releases: better-auth/better-call
Releases · better-auth/better-call
Release list
v2.0.5
🐞 Bug Fixes
View changes on GitHub
v1.3.7
🐞 Bug Fixes
View changes on GitHub
v1.3.6
🚀 Features
🐞 Bug Fixes
- Return HTTP 400 for empty JSON body - by Maxwell and @bytaesu in #130 and #134 (f1c64)
- client:
- node:
- to-response:
View changes on GitHub
v2.0.4
🚀 Features
🐞 Bug Fixes
- Return HTTP 400 for empty JSON body - by @ping-maxwell and @bytaesu in #130 (3cb8c)
- client:
- Correct return types when throw option is true - by @Iulian-Dragomirescu in #127 (31e5f)
- node:
- Move res.send() outside streaming loop - by @SUVAJIT-KARMAKAR in #124 (394fd)
- to-response:
View changes on GitHub
v1.3.5
No significant changes
View changes on GitHub
v2.0.3
🐞 Bug Fixes
- Strip request-only headers from toResponse() to prevent Content-Length mismatch - by @thefotios in #120 (d619e)
- Make Endpoint properties readonly and fix OpenAPI schema types - by @gustavovalverde in #122 (c4903)
View changes on GitHub
v2.0.2
No significant changes
View changes on GitHub
v2.0.1
🐞 Bug Fixes
- Make kAPIErrorHeaderSymbol configurable to prevent TypeError on nested middleware - by @Daymannovaes in #114 (9787b)
View changes on GitHub
v1.3.4
🐞 Bug Fixes
- Make kAPIErrorHeaderSymbol configurable to prevent TypeError on nested middleware - by @Daymannovaes in #114 (03269)
- ci: Use version-specific npm tag for version branches - by @himself65 (2ef07)
View changes on GitHub
v2.0.0
🚀 Features
- Improve
createEndpoint,createMiddlewaregeneric signature - by @himself65 in #109 (84dbf) - Enhance
$Inferhandling for schemas, update type resolution logic - by @himself65 (f6824) - Add ResolveMetaInput to strip StandardSchemaV1 from metadata in declaration emit - by @himself65 (f1a7c)
🐞 Bug Fixes
- Rename ErrorSchema to Error, resolve to plain type - by @himself65 in #112 (46005)