Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
proudmonkey committed Nov 10, 2019
2 parents fb3b43b + 2c5e636 commit fe133d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,8 @@
* Add Logging support for `Request`, `Response` and `Exceptions`
* A configurable middleware `options` to configure the wrapper.
* Enable property name mappings for the default `ApiResponse` properties.
* Added support to implement your own user-defined `Response` and `Error` schema / object.
* Add support for implementing your own user-defined `Response` and `Error` schema / object.
* Add support for ignoring action methods that don't need to be wrapped using `[AutoWrapIgnore]` filter attribute.
* Enable backward compatibility support for `netcoreapp2.1` and `netcoreapp.2.2` .NET Core frameworks.

# Installation
Expand Down

0 comments on commit fe133d8

Please sign in to comment.