1.0.0
This is the first Oxpecker's major release (server part)! With that Oxpecker leaves zer0ver club.
Almost all examples were updated to .NET 9, library stays on .NET 8.
Oxpecker
- Nullable reference types support
Oxpecker.ViewEngine
- Nullable reference types support
CustomWebUtility
for less allocation during HTML encoding (#30)- Deprecated
__
tag was removed
Oxpecker.OpenApi
- Nullable reference types support
- Added documentation for integration with new
Microsoft.AspNetCore.OpenApi
library in ASP.NET Core 9
Oxpecker.Htmx
- Nullable reference types support
- Changed records structure or request and response handlers to reduce nesting