Releases: Lanayx/Oxpecker
Releases · Lanayx/Oxpecker
1.1.2
1.1.1
What's Changed
- New module
Oxpecker.ModelValidation
was added by @Lanayx in #33, inspired by work of @AP-Hunt. This enables traditional ASP.NET Core attribute-based validation and convenient passing of model state together with validation errors to the view.
Example of usage can be found in ContactApp sample
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