What's Changed
- docs(zod): correct stale camelCase schema names to PascalCase in guides by @ErfanBagheri404 in #3896
- fix(samples): make react-query samples typecheck under TS6 and wire into test:samples by @ErfanBagheri404 in #3897
- fix(fetch): serialize path-item-level query parameters by @matamatanot in #3806
- fix(core): keep the null branch on a nullable enum spelled as anyOf (#3900) by @luantaraschi in #3901
- fix(core): don't look up tag buckets on Object.prototype by @Benziza in #3902
- fix(angular): omit undeclared text response branch by @Hypenate in #3907
- feat: pass zod schema to custom fetch response implementation by @Tarvion in #3226
- fix: implement style:deepObject query parameter serialization by @leanderpeter in #3193
- feat(query): add options mutator hook control by @aotradovec in #3908
- fix(core): handle unevaluatedProperties like additionalProperties (#2156) by @ErfanBagheri404 in #3904
- feat(core): add component schema prefix option for type/interface names (#2642) by @ErfanBagheri404 in #3905
- fix(fetch): make forceSuccessResponse work without includeHttpResponseReturnType (#2550) by @ErfanBagheri404 in #3903
- fix(types): avoid repeating discriminator parent fields in each oneOf variant (#3826) by @ErfanBagheri404 in #3914
- feat(query): export a mutation key getter per operation by @spaansba in #3919
- fix(angular): compile httpResource output under exactOptionalPropertyTypes by @the-ult in #3911
- feat(core): add namingConvention.properties for schema property name conversion by @ErfanBagheri404 in #3917
- Release v8.27.0 by @github-actions[bot] in #3920
New Contributors
- @matamatanot made their first contribution in #3806
- @Benziza made their first contribution in #3902
- @leanderpeter made their first contribution in #3193
- @spaansba made their first contribution in #3919
Full Changelog: v8.26.0...v8.27.0