6.24.0 (2024-01-31)
Bug Fixes
- add option for adding missing props to union types, fix duplicate props (340012c)
- adjust SecondParameter utility type (#1125) (848bbe3)
- auto-formatting regression (#1117) (5ab74a3)
- avoid duplicate variable name in genrated function for query clients (#1131) (dbfb2e5)
- core: add missing properties in subschemas to fix TS error (#1115) (b889c88)
- core: Fixed condition for using
barrel
import insplit-tags
mode (#1122) (0a747c7) - define default value for
msw
mock orverride (#1184) (992085b) - handle nordic characters when converting to pascal-case (#1157) (7e563eb)
- mock:
null
is excluded instead of being converted to an empty string''
(#1166) (c41635b) - openapi 3.1 schemas with multiple types (#1170) (35e5074)
- reproducible typescript output (#1159) (#1179) (a11e821)
- strictly check dependencies import judgment using regular expressions (#1146) (c42fcda)
Features
- don't inject generated files into hook command (#1181) (2a77a04)
- implement function generation using
useSWRMutation
(#1148) (632a666) - msw: define the return value type in the
msw
mock function. (#1171) (99cc5a6) - msw: possible to overwrite value when creating an
object
withmsw
mock (#1165) (c7ccb65) - msw: possible to value of the mock handler function overridable (#1186) (0d05129)
- msw: separated mock handler and made it reusable (#1182) (02161de)
- only generate the formData mutator if the operation body includes formData information (#1178) (48a1b6e)
- possible to generate a function using
useSWRInfinite
on theswr
client. (#1138) (67bf84f) - query: add shouldExportMutatorHooks option (#1105) (e602232)
- show error stack traces (#1163) (461e813)
- support for const types (#1180) (ee5334f)
- support for prefixItems (#1175) (2231f78)