All notable changes to this project will be documented in the changelog of the respective crates. This project follows the Semantic Versioning standard.
- Feature
axum
for enable axum-specific functionality; - Request body detection from function arguments for specific frameworks (i.e. axum);
#[body]
attribute as replacement for#[request_body]
(now considered deprecated);- Updates
syn
crate to version 2; crate
attribute to support renaming base crate, by defaultokapi_operation
;#[openapi]
macro takes care of reimporting necessary types and traits from base crate.
- Support for multiple
#[openapi]
appearances above function.
#[request_body]
attribute can be used without braces.
axum
bumped to0.6
.
- Used version 0.14.3 of
darling
.
- Cookie parameters.
Initial implementation.