mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user