Releases: frederic2ec/inertia-aspnetcore
Releases · frederic2ec/inertia-aspnetcore
0.0.7
0.0.6
New release:
- Changed from JsonResult to ContentResult
- Use Microsoft JSON serializer for ContentResult
- Upgrading packages
0.0.5
New release:
- Support for .NET 6
- Upgrading packages
- Added test
- Changed UseInertia to AddInertia for convention
0.0.4
New release:
- Typo fix
0.0.3
This new version is a major one:
- It's now extends from the Controller class, so in your project instead of using the Controller class use the InertiaController
- Instead of using InertiaView.Render() you can use Inertia()
-- This now give you the ability of using the ViewBag/ViewData, very useful to give SSR ability for meta tag or page titles.
0.0.2
This new version simplify the installation of the package into the repository, remove the necessity of having the Request and Response pass through and have directly the Razor Runtime depency.
0.0.1
The first version is up, please read the README for more information on the installation.