v2.0.0-rc1
Changelog
- 0224a8b Add option language Portuguese in readme (#1531)
- 122a2e2 FIX generics like type JSON[K,V string] map[K]V (#1509)
- b980cd9 Implementing OpenAPI 3.1.0 spec (#1513)
- 5a2adc0 Merge remote-tracking branch 'origin/v2' into v2
- 6e63ab7 Support accept Header & Use RequestBody (#1541)
- a3046bf Update README_zh-CN.md (#1545) (#1546)
- 21247c7 V2: Support produce comment (#1551)
- 44b59ad V2: upgrade modulename to v2 (#1552)
- 601fee1 chore: add v2 to ci (#1532)
- ea779b8 chore: drop support for go 1.16 (#1518)
- 72d07cd chore: linting code (#1533)
- 677b4c2 chore: refactor code (#1539)
- 27719cd chore: remove GOPATH support and go1.17 (#1536)
- 7ab1219 chore: remove GOPATH support and go1.17 (#1536)
- 314d61f chore: replace
github.com/ghodss/yaml
withsigs.k8s.io/yaml
(#1520) - 7394a48 chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#1520) (#1538)
- c9bca77 fix field of enum type as formdata (#1511)
- 543e18b implement pattern tag (#1553)
- e67c965 transform struct fields of array enum type in a struct to query/formData params (#1523)