zodios-react

React hooks for zodios

MIT License

Downloads
33.3K
Stars
60
Committers
5

Bot releases are visible (Hide)

zodios-react - Release v10.4.5 Latest Release

Published by github-actions[bot] over 1 year ago

Changelog

All notable changes to this project will be documented in this file.

  • fix #331
zodios-react - Release v10.4.4

Published by github-actions[bot] over 1 year ago

Changelog

All notable changes to this project will be documented in this file.

  • better type inference for errors, fixes #234
zodios-react - Release v10.4.3

Published by github-actions[bot] over 1 year ago

Changelog

All notable changes to this project will be documented in this file.

  • fix axios 1.2.4 issues
zodios-react - Release v10.4.2

Published by github-actions[bot] almost 2 years ago

Changelog

All notable changes to this project will be documented in this file.

  • fix issue 264
zodios-react - Release v10.4.1

Published by github-actions[bot] almost 2 years ago

Changelog

All notable changes to this project will be documented in this file.

  • fix double fetch on react strict mode when using react query signals
zodios-react - Release v10.4.0

Published by github-actions[bot] almost 2 years ago

Changelog

All notable changes to this project will be documented in this file.

  • add an option named shouldAbortOnUnmount to allow react-query to abort requests on unmount
zodios-react - Release v10.3.5

Published by github-actions[bot] almost 2 years ago

Changelog

All notable changes to this project will be documented in this file.

  • fix type exports for nodenext
zodios-react - Release v10.3.4

Published by github-actions[bot] almost 2 years ago

Changelog

All notable changes to this project will be documented in this file.

  • fix nextjs hydration issues
zodios-react - Release v10.3.3

Published by github-actions[bot] almost 2 years ago

fix issue with react-query transforms (select)

zodios-react - Release v10.3.2

Published by github-actions[bot] almost 2 years ago

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios-react - Release v10.3.1

Published by github-actions[bot] almost 2 years ago

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios-react - Release v10.3.0

Published by github-actions[bot] almost 2 years ago

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios-react - Release 10.2.0

Published by ecyrbe almost 2 years ago

fix typing: should error at compile time when missing parameters

zodios-react - Release 10.0.1

Published by ecyrbe about 2 years ago

fix upgrade to zodios 10.0.1

zodios-react - Release 10.0.0

Published by ecyrbe about 2 years ago

What's new:

  • upgrade to @zodios/core v10
  • migrate to @tanstack/react-query v4
zodios-react - Release 9.4.5

Published by ecyrbe about 2 years ago

Add support for axios 1.x

zodios-react - Release 9.4.3

Published by ecyrbe about 2 years ago

What's fixed:

  • aliases could not be capitalized with hooks
zodios-react - Release 9.4.2

Published by ecyrbe about 2 years ago

What's fixed:

  • react query options for aliases where not inferred
zodios-react - Release 9.4.1

Published by ecyrbe about 2 years ago

What's fixed:

  • Since immutable feature, we lost support for ts 4.5 and zodios was only working on ts >= v4.7
  • we got support back for ts 4.5
zodios-react - Release 9.4

Published by ecyrbe about 2 years ago

What's new:

  • add support for getting the keys outside of hooks:
    • getKeyByAlias
    • getKeyByPath