Skip to content

Releases: frederic2ec/inertia-aspnetcore

0.0.7

15 Jun 01:15
Compare
Choose a tag to compare

New release :

  • Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation bumped to 6.0.6

0.0.6

07 Jun 00:09
Compare
Choose a tag to compare

New release:

  • Changed from JsonResult to ContentResult
  • Use Microsoft JSON serializer for ContentResult
  • Upgrading packages

0.0.5

16 Jan 21:55
Compare
Choose a tag to compare

New release:

  • Support for .NET 6
  • Upgrading packages
  • Added test
  • Changed UseInertia to AddInertia for convention

0.0.4

26 Oct 20:50
Compare
Choose a tag to compare

New release:

  • Typo fix

0.0.3

04 Oct 19:58
Compare
Choose a tag to compare

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

23 Sep 20:52
Compare
Choose a tag to compare

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

17 Sep 01:47
Compare
Choose a tag to compare

The first version is up, please read the README for more information on the installation.