This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Commit 1133f74
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2022-09-03)
### Code Refactoring
* Add new ProblemDetails DTO `ErrorProblemDetails` extended from `ProblemDetails`; ([21c2e22](21c2e22))
* Improved property handler ([38b827f](38b827f))
* rename default property from `RequestBody` to `Payload` ([d13a56d](d13a56d))
### Features
* Add `TimeoutException` as default mapped exception to 504 status code ([cf42e26](cf42e26))
* Add human-readable description in error list ([089cee3](089cee3))
* Add new `ExceptionMapper<T>(Status, Property, Code, Description)` in options; ([e5a01e4](e5a01e4))
* Add support to costumize the status code link and title ([4ffde18](4ffde18))
* Add support to debug in runtime `Microsoft.SourceLink.GitHub` ([e61dc02](e61dc02))
* Create `IProblemFactory` ([bfeac44](bfeac44))
* Override default `ProblemDetailsFactory` ([0fb082d](0fb082d))
### Tests
* Add support a tests para multi frameworks ([f072c98](f072c98))
### BREAKING CHANGES
* Removed dependecy from `PowerUtils.Text`
* Change the structure of error list in `ErrorProblemDetails`
* Change `ApiProblemDetailsFactory` from public to internal
* Rename default property from `RequestBody` to `Payload`
* Change `ProblemDetailsResponse` to `ErrorProblemDetails`
* Rename custom `ProblemDetailsFactory` from `ProblemDetailsFactory` to `ApiProblemDetailsFactory`
* Remove dependency from `PowerUtils.Net.Primitives`
* Remove support for `.NET 3.1`1 parent 38b827f commit 1133f74
1 file changed
+38
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
1 | 38 | | |
2 | 39 | | |
3 | 40 | | |
| |||
47 | 84 | | |
48 | 85 | | |
49 | 86 | | |
50 | | - | |
| 87 | + | |
0 commit comments