What's Changed
* Update documentation by noddycode in https://github.com/koxudaxi/datamodel-code-generator/pull/1316
* Support TypedDict as output type by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1309
* Remove self attribute from jsonschema root attributes by rezen in https://github.com/koxudaxi/datamodel-code-generator/pull/1318
* Fix $ref With Path Items by zach-hamm in https://github.com/koxudaxi/datamodel-code-generator/pull/1323
* Remove keep-runtime-typing on ruff config by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1349
* Update `openapi-spec-validator` to `0.5.2` by Fokko in https://github.com/koxudaxi/datamodel-code-generator/pull/1343
* Added support for model wise base classes by senesh-deshan in https://github.com/koxudaxi/datamodel-code-generator/pull/1350
* Fix the custom file header by Fokko in https://github.com/koxudaxi/datamodel-code-generator/pull/1346
Breaking Changes
* Eliminate the naming differences of model names and field names by the OS by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1348
Due to differences in file loading order between operating systems, we've added a sorting process when fetching file listings within directories in order to eliminate discrepancies in model and field names. As a result, model names that differ from those generated by existing earlier versions may be produced.
New Contributors
* noddycode made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1316
* rezen made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1318
* zach-hamm made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1323
* Fokko made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1343
* senesh-deshan made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1350
**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.19.0...0.20.0