utoipa-2.4.0
What's New 💎 🆕 🎉
This release mainly refactors internals and improves already existing functionalities but also adds few new things. One of these are multiline descriptions in OpenAPI and custom rename functionality for ToSchema
.
- (e49331b) Bump up next versions
- (74fda2c) Fix re-serialize deserialized array (#356) @juhaku
- (bb3f60c) ToSchema and IntoParams derive macros now support multiline comments (#359) @michael-mark
- (9dd9023) Clean utoipa builder! imports
- (c99ddfe) Feature custom ToSchema rename (#354) @juhaku
- (a84e41c) Enable syn's extra-traits feature when using debug (#350) @nkovacs