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.