This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Releases: TechNobre/PowerUtils.AspNetCore.Extensions
Releases · TechNobre/PowerUtils.AspNetCore.Extensions
v2.0.0
v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.0
1.1.1
1.1.0
[1.1.0] - 2022-03-16
New Features
- Added constructor without type parameter for
Response200Attribute; - Added constructor without type parameter for
Response201Attribute; - Added constructor without type parameter for
Response202Attribute; - Added constructor without type parameter for
Response203Attribute; - Added constructor without type parameter for
Response205Attribute; - Added constructor without type parameter for
Response206Attribute; - Added constructor without type parameter for
Response207Attribute; - Added constructor without type parameter for
Response208Attribute; - Added constructor without type parameter for
Response226Attribute;
1.0.0
[1.0.0] - 2022-03-15
- Kickoff;
- Moved the attributes from PowerUtils.AspNetCore.WebAPI project to this one so it can be used individually;
Breaking Changes
- namespace
PowerUtils.AspNetCore.WebAPI.Attributes.ResponseTypesnamed toPowerUtils.AspNetCore.Attributes; Response200OKnamed toResponse200Attribute;Response201Creatednamed toResponse201Attribute;Response204NoContentnamed toResponse204Attribute;- Changed protected level of the
RoutePrefixConventiontointernal;
New Features
- Added new Attributes:
- Response202Attribute;
- Response203Attribute;
- Response205Attribute;
- Response206Attribute;
- Response207Attribute;
- Response208Attribute;
- Response226Attribute;
- Response400Attribute with custom type;
- Response401Attribute with custom type;
- Response402Attribute;
- Response403Attribute with custom type;
- Response404Attribute with custom type;
- Response405Attribute;
- Response406Attribute;
- Response407Attribute;
- Response408Attribute;
- Response409Attribute with custom type;
- Response410Attribute;
- Response411Attribute;
- Response412Attribute;
- Response413Attribute;
- Response414Attribute;
- Response415Attribute with custom type;
- Response416Attribute;
- Response417Attribute;
- Response418Attribute;
- Response422Attribute;
- Response426Attribute;
- Response428Attribute;
- Response429Attribute;
- Response431Attribute;
- Response451Attribute;