v0.44.0
What's Changed
- refactor: use
gopkg.in/yaml.v3
everywhere by @tdakkota in #476 - feat(ogen): print pretty error with input listing by @tdakkota in #477
- chore: update generate.go files by @shadowspore in #478
- feat(parser): make parser errors more precise by @tdakkota in #480
- feat(gen): add
Content-Type
aliasing by @tdakkota in #482 - chore: replace all
gopkg.in/yaml.v3
imports withgo-faster
fork by @tdakkota in #481 - feat(ogen): parse
XML
,Link
,Callback
by @tdakkota in #483 - chore: change method for error by @sashamelentyev in #485
- fix(gen): use ordered iteration when generating contents by @tdakkota in #489
- fix: implement
yaml.Marshaler
for types with custom unmarshaler by @tdakkota in #490 - ci: they finally did it by @tdakkota in #492
- feat(gen): support status code patterns by @tdakkota in #493
Full Changelog: v0.43.2...v0.44.0