Releases: IeuanWalker/MinimalApi.Endpoints
Releases · IeuanWalker/MinimalApi.Endpoints
1.4.0
What's Changed
- Add RequireRoles extension for RouteHandlerBuilder by @IeuanWalker in #78
- Add output cache policy for authenticated responses by @IeuanWalker in #79
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- HttpValidationProblemDetails helper by @IeuanWalker in #77
New feature
Small helper class to make it easier to return validation error manually, see wiki - https://github.com/IeuanWalker/MinimalApi.Endpoints/wiki/Manually-return-BadRequest-with-validation-errors
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Add comprehensive validation documentation to OpenAPI: FluentValidation, DataAnnotations, and WithValidation manual API by @Copilot in #57
- Type improvements by @IeuanWalker in #73
- Refactor extension methods to new instance pattern by @IeuanWalker in #74
- Improved testing by @IeuanWalker in #76
New Feature
Automatically document data annotation/ fluent validation rules or manually document rules to the open api spec. See wiki for more info - https://github.com/IeuanWalker/MinimalApi.Endpoints/wiki/Property-and-Validation-enhancer
Full Changelog: 1.1.1...1.2.0
1.2.0-beta.1
What's Changed
- Add comprehensive validation documentation to OpenAPI: FluentValidation, DataAnnotations, and WithValidation manual API by @Copilot in #57
- Type improvements by @IeuanWalker in #73
- Refactor extension methods to new instance pattern by @IeuanWalker in #74
Full Changelog: 1.1.1...1.2.0-beta.1
1.1.1
What's Changed
- File handling example/ tests by @IeuanWalker in #53
- Disable ASP0018 in generated EndpointExtensions code by @IeuanWalker in #59
- Allow blank, null, string.Empty route pattern by @IeuanWalker in #60
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Add OpenAPI security scheme transformer functionality by @IeuanWalker in #50
- OpenAPI: Document authorization policies and requirements by @IeuanWalker in #51
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Remove beta status note from README by @IeuanWalker in #48
- Simplify extension methods when using a single assembly by @IeuanWalker in #49
Full Changelog: 1.0.0...1.0.1
1.0.0
Use none RC .net 10 + pin version (#47)
1.0.0-beta.13
Update link reference in README.md
1.0.0-beta.12
What's Changed
- Make source generator cache-friendly by replacing Location with CachableLocation wrapper by @Copilot in #43
Full Changelog: 1.0.0-beta.11...1.0.0-beta.12