Commit Graph

31 Commits

Author SHA1 Message Date
Martin 1fe93fd588 Minor: For each sub crate the landing page should be the root README.md. 2023-01-17 17:05:09 +00:00
Greg Johnston cdf709fb09 `0.1.0` 2023-01-12 09:57:08 -05:00
Martin 1621b86d8f Minor: "leptos.workspace = true" is invalid. 2023-01-11 17:09:10 +00:00
hakesson b852e459a9 Unify workspace dependencies 2023-01-07 18:00:37 +01:00
hakesson 681f10ec8d Workspace-based versioning 2023-01-07 17:35:02 +01:00
Greg Johnston 95dd252c14 Disable for publish 2023-01-02 16:41:08 -05:00
Greg Johnston 755ceb7d75 `0.1.0-beta` 2023-01-02 16:35:00 -05:00
Greg Johnston 50ba796f49 Fix `leptos_server` tests 2022-12-28 13:26:10 -05:00
Greg Johnston a55ce8f752 Fix deps 2022-12-25 23:08:00 -05:00
Greg Johnston 469a65ad7a Remove dev-deps for publish 2022-12-25 23:07:42 -05:00
Greg Johnston 8a8c00455e Remove version of dev-deps 2022-12-25 23:06:20 -05:00
Greg Johnston 5540bb8e8c Bump version to `0.1.0-alpha` 2022-12-25 22:58:07 -05:00
Greg Johnston c4cc3e944b Merge in changes from `main` 2022-12-12 09:26:46 -05:00
Greg Johnston eb40f9f7c7 Remove `leptos_dom/ssr` dependencies 2022-12-08 19:32:46 -05:00
Greg Johnston fbfd1a4f60 Fix other dependencies on `leptos_dom/csr` and `leptos_dom/hydrate` 2022-12-08 19:24:36 -05:00
Greg Johnston 2ce7e71748 `0.0.18` 2022-11-22 07:37:34 -05:00
Greg Johnston ad880efc0d `leptos 0.0.17` and `leptos_router 0.0.3` 2022-11-18 15:45:04 -05:00
Greg Johnston 22eaa92355 Use `serde_urlencoded` for server functions (making it easier to use normal text inputs for forms) 2022-11-14 08:18:01 -05:00
Greg Johnston ba3156c878 0.0.16 2022-11-13 09:02:04 -05:00
Greg Johnston b9ca0b11a2 Fix breaking CI on leptos_server 2022-11-06 07:08:57 -05:00
Greg Johnston aa3dd356c1 Fix issues with action integration with forms 2022-11-05 22:47:33 -04:00
Greg Johnston e9c1799a11 0.0.13 2022-11-05 22:24:59 -04:00
Greg Johnston ade2eda26d Add docs for leptos_server 2022-11-05 20:08:03 -04:00
Greg Johnston 3701f65693 Add missing `leptos_server` metadata 2022-11-03 20:05:44 -04:00
Greg Johnston a5712d3e17 0.0.12 2022-11-03 20:00:26 -04:00
Greg Johnston abc1c07053 Work on fixing tests 2022-11-03 08:08:03 -04:00
Greg Johnston db69145fd9 Sorting out all sorts of feature flags etc. so everything will build and test 2022-11-02 21:46:47 -04:00
Greg Johnston c034e84b1d Direct server fn => ServerForm interface per #43 2022-11-01 22:57:55 -04:00
Greg Johnston 7168f24dcb Clean up some version mismatches from merging 2022-10-29 20:34:32 -04:00
Greg Johnston 57ddfbf2ef Correctly handle serialization using Serializable and multiple types of arguments for input & output 2022-10-29 20:09:05 -04:00
Greg Johnston 3b5224295d Extract server function stuff into a `leptos_server` library 2022-10-28 15:41:40 -04:00