Skip to content

Releases: Bekacru/better-fetch

V0.0.1

09 May 20:12
Compare
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
Compare
Choose a tag to compare
  • Fetch schema now uses zod instead of typebox

V1.2.0

03 May 22:00
Compare
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