Skip to content

Releases: Lanayx/Oxpecker

1.1.2

21 Dec 21:50
Compare
Choose a tag to compare

Fix for rendering views with for non-ascii charactes using .WriteHtmlView extension method and htmlView handler

1.1.1

27 Nov 00:39
Compare
Choose a tag to compare

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

19 Nov 19:05
Compare
Choose a tag to compare

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