From 7b7629c09a2b754b5cac4c0f145e328552e88b94 Mon Sep 17 00:00:00 2001 From: kapi2289 Date: Fri, 18 Oct 2024 10:51:30 +0200 Subject: [PATCH] Bump version to v0.0.9 --- InertiaCore/InertiaCore.csproj | 2 +- README.md | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/InertiaCore/InertiaCore.csproj b/InertiaCore/InertiaCore.csproj index 5f45912..b54f108 100644 --- a/InertiaCore/InertiaCore.csproj +++ b/InertiaCore/InertiaCore.csproj @@ -2,7 +2,7 @@ enable enable - 0.0.8 + 0.0.9 net6.0;net7.0 AspNetCore.InertiaCore kapi2289 diff --git a/README.md b/README.md index ef528d8..da416f7 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,15 @@ [![NuGet](https://img.shields.io/nuget/dt/AspNetCore.InertiaCore?style=flat-square)](https://www.nuget.org/packages/AspNetCore.InertiaCore) [![License](https://img.shields.io/github/license/kapi2289/InertiaCore?style=flat-square)](https://github.com/kapi2289/InertiaCore/blob/main/LICENSE) -## Attribution - -This library is heavily inspired -by [Nothing-Works/inertia-aspnetcore](https://github.com/Nothing-Works/inertia-aspnetcore), but it has some errors fixed -and its usage is more similar to the official adapters'. - -## What was added +## Features - [x] Validation error handling. -- [x] Better shared data integration. -- [x] Props and shared props are merged instead of being separated. -- [x] Server-side rendering support. -- [x] Vite helper, thanks to [@adrum](https://www.github.com/adrum). +- [x] Shared data. +- [x] Partial and async lazy props. +- [x] Server-side rendering. +- [x] Vite helper. - [x] Cycle-safe model with relations data serialization. -- [x] Fixed **PATCH**, **PUT**, **DELETE** redirection not working properly. +- [x] Properly working **PATCH**, **PUT** and **DELETE** redirections. ## Table of contents