Releases: mergehez/InertiaNetCore
Releases · mergehez/InertiaNetCore
v0.0.14
Changes
- Added .NET 9 support (53fa353)
- Changed
IsInertiaRequest
extension method visibility to public (136b90a)
FIxes
- Fixed async function delegates not being awaited (71f968c)
v0.0.13
Changes
- Changed JSON config in InertiaOptions (c9fb9f6)
- Moved
Vite´ and
InertiaPage´ classes to base namespace (125b0eb and 6c21508)
- Prevent boxing allocation for Inertia.Html (9e86652)
v0.0.11
Fixes:
- Fixed custom JSON serialization options not taking effect
v0.0.10
New Features:
- Added
Inertia.Back
- Added "Flash Messages"
v0.0.9
Fixes:
- Handled async callbacks for LazyProp and AlwaysProp 060f6f3