Skip to content

Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes

v2.1.0

20 Jul 18:18
Compare
Choose a tag to compare

2.1.0 (2024-07-20)

Features

  • Added support to .NET8, .NET7 (22b9cfe)

v2.0.0

03 Sep 18:38
Compare
Choose a tag to compare

2.0.0 (2022-09-03)

Build System

  • nuget: Update dependencies (c8513b1)

Features

  • Add support to debug in runtime Microsoft.SourceLink.GitHub (5ca159b)

BREAKING CHANGES

  • nuget: Removed support for .NET 3.1

1.1.0

29 May 22:49
8cc174d
Compare
Choose a tag to compare

[1.1.0] - 2022-05-29

Full Changelog

New Features

  • Added Response413ProblemDetailsAttribute;

1.0.0

15 Mar 20:56
305b398
Compare
Choose a tag to compare

[1.0.0] - 2022-03-15

Breaking Changes

  • namespace PowerUtils.AspNetCore.WebAPI.Attributes.ResponseTypes named to PowerUtils.AspNetCore.Attributes.ResponseTypes;
  • Response400BadRequest named to Response400ProblemDetailsAttribute;
  • Response401Unauthorized named to Response401ProblemDetailsAttribute;
  • Response403Forbidden named to Response403ProblemDetailsAttribute;
  • Response404NotFound named to Response404ProblemDetailsAttribute;
  • Response409Conflict named to Response409ProblemDetailsAttribute;
  • Response415UnsupportedMediaType named to Response415ProblemDetailsAttribute;