Skip to content

Releases: better-auth/better-fetch

v0.0.5-beta.6

19 Jun 09:07

Choose a tag to compare

v0.0.5-beta.6 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.0.5-beta.5

19 Jun 09:00

Choose a tag to compare

v0.0.5-beta.5 Pre-release
Pre-release

   🐞 Bug Fixes

  • Return empty object instead of empty string on no body  -  by @Bekacru (672db)
    View changes on GitHub

v0.0.5-beta.4

19 Jun 08:53

Choose a tag to compare

v0.0.5-beta.4 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v0.0.5-beta.3

18 Jun 22:40

Choose a tag to compare

v0.0.5-beta.3 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v0.0.5-beta.2

18 Jun 19:39

Choose a tag to compare

v0.0.5-beta.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.0.2

11 Jun 21:19

Choose a tag to compare

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

09 May 20:12

Choose a tag to compare

New Namesapce

v0.0.1

  • The old namespace (@better-tools/fetch) is deprecated. We'll be using (@better-fetch) as a namespace going forward.
  • Strict types for fetch type definition is added.

v1.3.1

04 May 19:42

Choose a tag to compare

  • Fetch schema now uses zod instead of typebox

V1.2.0

03 May 22:00

Choose a tag to compare

  • 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