Releases: fermyon/leptos-spin
Releases · fermyon/leptos-spin
v0.2.0: Publish 0.2.0 (#36)
Signed-off-by: itowlson <[email protected]>
v0.1.0
Upgrade leptos-spin to support leptos 0.6 (#23) * Upgrade leptos-spin to two crates, do most of the work on Leptos 0.6 support Signed-off-by: benwis <[email protected]> * Inching closer Signed-off-by: benwis <[email protected]> * More tweaks and refinements, one thing to go(I think). Signed-off-by: benwis <[email protected]> * It now compiles! And cleanup! Signed-off-by: benwis <[email protected]> * Reduce number of Headers allocations Signed-off-by: benwis <[email protected]> * It renders normal pages again! Not server fns though Signed-off-by: benwis <[email protected]> * The serverfn handler works again! This type system is truly cursed Signed-off-by: benwis <[email protected]> * Merge headers for server fns together Signed-off-by: benwis <[email protected]> * Restore leptos deps to Crates.io Signed-off-by: benwis <[email protected]> * Add with_context() methods so things can be passed from the server into Leptos Signed-off-by: benwis <[email protected]> * Move templates to root and update templates to 0.6.5 (#1) * template mv to root * template mv to root * template cargo.toml updates * template updates * macro support? * server export * cargo exclude template * cargo exclude template * cargo exclude template * cargo exclude template * cargo exclude template * exclude.. :( * parity with leptos-rs/start-spin' Signed-off-by: benwis <[email protected]> * Update template to 0.6 API (#2) Signed-off-by: itowlson <[email protected]> Signed-off-by: benwis <[email protected]> * Fix redirect behavior Signed-off-by: benwis <[email protected]> --------- Signed-off-by: benwis <[email protected]> Signed-off-by: itowlson <[email protected]> Co-authored-by: Sam Judelson <[email protected]> Co-authored-by: itowlson <[email protected]>