Skip to content

Commit 7b7629c

Browse files
committed
Bump version to v0.0.9
1 parent 3b59deb commit 7b7629c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

InertiaCore/InertiaCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,15 @@
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

0 commit comments

Comments
 (0)