Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes

v3.0.0

30 Aug 12:11

Choose a tag to compare

3.0.0 (2025-08-30)

Bug Fixes

  • Marked all implementations as Obsolete (32699b9)

BREAKING CHANGES

  • Deprecated package

v2.2.0

13 Nov 09:32

Choose a tag to compare

2.2.0 (2024-11-13)

Features

v2.1.0

20 Jul 18:18

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

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

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

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;