Handle redirections (#8)

* feat: support axum permanent redirect

* feat: lowercase route names

* feat: allow redirection on client side routing

* doc: update tutorial

* refactor: update useListenBrowserUrlUpdates hook

* refactor: moved initRouterStore to useRouterStore file

* feat: update version to v0.3.0

* fix: types
This commit is contained in:
Valerio Ageno
2024-06-29 11:58:04 +02:00
committed by GitHub
parent 7401a59346
commit b6d0bb13ef
16 changed files with 219 additions and 72 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib_macros"
version = "0.2.5"
version = "0.3.0"
edition = "2021"
description = "The react/rust fullstack framework"
repository = "https://github.com/Valerioageno/tuono"