Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[email protected]
[email protected]
Patch Changes
- Updated dependencies [
35c576c]:
[email protected]
Patch Changes
- #1974
35c576cThanks @luchsamapparat! - add onError handler to middleware
[email protected]
[email protected]
Patch Changes
- #1975
621792fThanks @HugeLetters! - - Fixed empty value check in queryFn: only throws error for undefined, other falsy values are allowed- Fixed empty value check in mutationFn: allow falsy values
[email protected]
[email protected]
Minor Changes
-
#1932
639ec45Thanks @htunnicliff! - Modify package.json to point to new repository -
#1993
d95c474Thanks @htunnicliff! - Update dependencies and adjust paths signature to conform to updated helper signature
[email protected]
[email protected]
Patch Changes
-
#1952
455b735Thanks @zsugabubus! - Fix return type inference forqueryOptions()when used insideuseQueryoruseSuspenseQuery. -
#1952
455b735Thanks @zsugabubus! - NarrowqueryFnreturned byqueryOptions()to be a function.
[email protected]
Patch Changes
- #1873
c2c396dThanks @DanDeMicco! - Support for generating enums when enums definition has null value