Releases: better-auth/better-call
Releases · better-auth/better-call
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)
View changes on GitHub
v2.0.0-beta.4
🚀 Features
- Add ResolveMetaInput to strip StandardSchemaV1 from metadata in declaration emit - by @himself65 (f1a7c)
View changes on GitHub
v2.0.0-beta.3
🚀 Features
- Enhance
$Inferhandling for schemas, update type resolution logic - by @himself65 (f6824)
View changes on GitHub
v2.0.0-beta.2
🐞 Bug Fixes
- Rename ErrorSchema to Error, resolve to plain type - by @himself65 in #112 (46005)
View changes on GitHub
v2.0.0-beta.1
🚀 Features
- Improve
createEndpoint,createMiddlewaregeneric signature - by @himself65 in #109 (84dbf)