What's Changed
* Fix the order of the model having multiple base_class by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/995
* Fix incorrect remove model action by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/997
* Support reference to object properties by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/998
* Fix field constraint number coersion bug by ninowalker in https://github.com/koxudaxi/datamodel-code-generator/pull/1003
* Fix --collapse-root-models by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1002
* Fix --capitalise-enum-members by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1011
* Override optional all_of field with required by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1012
* Improve anyOf and oneOf detection when anyOf and oneOf parent has proprerties by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1013
New Contributors
* ninowalker made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1003
**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.15.0...0.16.0