0.10.0 - 2021-07-05
Breaking Changes
- Normalize generated module names to allow more tags [#428 & #448]. Thanks @iamnoah & @forest-benchling!
- Improved the consistency of snake_cased identifiers which will cause some to be renamed [#413 & #432]. Thanks @ramnes!
- Allow more types in multipart payloads by defaulting to JSON for complex types [#372]. Thanks @csymeonides-mf!
Features
Fixes
- Treat empty schemas like
Any
instead ofNone
. Thanks @forest-benchling! [#417 & #445]