# Changelog - utoipa-scalar ## Unreleased ### Added * Add customization support for Scalar (https://github.com/juhaku/utoipa/pull/1086) * Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015) * Add nest `OpenApi` support (https://github.com/juhaku/utoipa/pull/930) ### Fixed * Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041) * Fix building utoipa-rapidoc & utoipa-scalar (https://github.com/juhaku/utoipa/pull/1039) ### Changed * Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077) * Update to rc version * Update next beta versions * Chore fix clippy lint (https://github.com/juhaku/utoipa/pull/1010) * Chore update docs and relax `url` version (https://github.com/juhaku/utoipa/pull/1001) * Update versions * Update min Rust version and utoipa-swagger-ui version ## 0.1.0 - May 5 2024 ### Added * Add crate for serving Scalar via utoipa (https://github.com/juhaku/utoipa/pull/892) ### Changed * Update docs and next versions * Use same licences for scalar as well