Skip to content

Release v1.1.0

Choose a tag to compare

@gabriel-na gabriel-na released this 11 Dec 14:01
· 6 commits to main since this release
882432d

[New]

  • [Accepts(Type requestType, string contentType)] or [Accepts<TRequestType>(string contentType)]
  • [AllowAnonymous]
  • [DisplayName]
  • [Description]
  • [Summary]

[Fix]

  • [Name]: Now can be used at class level
  • [Tags]: Now can be used at class level

[Changed]

  • [Get|Post|Put|Delete|Patch]: '/' is the default value if no url pattern is supplied
  • Other minor code improvements;

⬇️ How to update

dotnet add package EZ.MinimalApi --version 1.1.0