Releases: better-auth/better-fetch
Releases · better-auth/better-fetch
v0.0.5-beta.6
v0.0.5-beta.5
🐞 Bug Fixes
View changes on GitHub
v0.0.5-beta.4
v0.0.5-beta.3
v0.0.5-beta.2
🐞 Bug Fixes
- Routes should default types - by @Bekacru (8cb1b)
- Auth headers can be bassed with auth key - by @Bekacru (779f1)
View changes on GitHub
v0.0.2
v0.0.2
🚀 Release
- Fetch schema now has a runtime check with zod
- Strict helper function to create a fetch schema with strict mode
- Dynamic parameters can be defined with Fetch Schema.
- Using method modifiers you can define the request method on the fetch schema.
V0.0.1
v1.3.1
V1.2.0
- Typed routes: Better fetch allows you to define schema that will be used to infer request body, query parameters, response data and error types.
- React hooks: you can use createReactFetch or directly import each individual hook to use better fetch in react.
- more minor change and bug fixes