0.15.0
Notice
The release has some improvements in model generation.
The generated model names or the structure will be changed.
What's Changed
- Remove unneeded number suffix when the same name model exists in another module by @koxudaxi in #973
- Ignore duplicate name field on allOf by @koxudaxi in #974
- Improve model deletion by @koxudaxi in #976
- Refactor process after parse by @koxudaxi in #977
- Support JSONSchema items is boolean by @koxudaxi in #979
- Support required in allof item by @koxudaxi in #981
- Improve detection additionalProperties in JSONSchema Object by @koxudaxi in #982
- Fix nullable object by @koxudaxi in #987
- Support const by @koxudaxi in #989
- Fix duplicated nested optional by @koxudaxi in #990
Full Changelog: 0.14.1...0.15.0