File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ImplicitUsings >enable</ImplicitUsings >
44 <Nullable >enable</Nullable >
5- <Version >0.0.8 </Version >
5+ <Version >0.0.9 </Version >
66 <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
77 <PackageId >AspNetCore.InertiaCore</PackageId >
88 <Authors >kapi2289</Authors >
Original file line number Diff line number Diff line change 55[ ![ NuGet] ( https://img.shields.io/nuget/dt/AspNetCore.InertiaCore?style=flat-square )] ( https://www.nuget.org/packages/AspNetCore.InertiaCore )
66[ ![ License] ( https://img.shields.io/github/license/kapi2289/InertiaCore?style=flat-square )] ( https://github.com/kapi2289/InertiaCore/blob/main/LICENSE )
77
8- ## Attribution
9-
10- This library is heavily inspired
11- by [ Nothing-Works/inertia-aspnetcore] ( https://github.com/Nothing-Works/inertia-aspnetcore ) , but it has some errors fixed
12- and its usage is more similar to the official adapters'.
13-
14- ## What was added
8+ ## Features
159
1610- [x] Validation error handling.
17- - [x] Better shared data integration .
18- - [x] Props and shared props are merged instead of being separated .
19- - [x] Server-side rendering support .
20- - [x] Vite helper, thanks to [ @ adrum ] ( https://www.github.com/adrum ) .
11+ - [x] Shared data.
12+ - [x] Partial and async lazy props .
13+ - [x] Server-side rendering.
14+ - [x] Vite helper.
2115- [x] Cycle-safe model with relations data serialization.
22- - [x] Fixed ** PATCH** , ** PUT** , ** DELETE** redirection not working properly .
16+ - [x] Properly working ** PATCH** , ** PUT** and ** DELETE** redirections .
2317
2418## Table of contents
2519
You can’t perform that action at this time.
0 commit comments