Skip to content

1.0.0

Compare
Choose a tag to compare
@Lanayx Lanayx released this 19 Nov 19:05
· 17 commits to develop since this release

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