v0.53.0
What's Changed
- ci: run benchmark to keep it up to date by @tdakkota in #628
- feat(parser): parse openapi version by @tdakkota in #627
- perf(gen): use
ht.ParseForm
instead ofParseForm
method by @tdakkota in #626 - perf(uri): use
strings.Builder
to optimizeencodeObject
by @tdakkota in #629 - feat(gen): initial webhook support by @tdakkota in #622
- perf: preallocate maps and slices by @tdakkota in #630
- fix: print pretty error for external references by @tdakkota in #637
- test: move tests and generated packages to
integration
by @tdakkota in #640 - refactor(xslices): pass the filtering slice by reference by @tdakkota in #639
Full Changelog: v0.52.1...v0.53.0