Skip to content

Commit

Permalink
Bump version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 committed Oct 18, 2024
1 parent 3b59deb commit 7b7629c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion InertiaCore/InertiaCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.8</Version>
<Version>0.0.9</Version>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<PackageId>AspNetCore.InertiaCore</PackageId>
<Authors>kapi2289</Authors>
Expand Down
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b7629c

Please sign in to comment.