Releases: jbertovic/svelte-axum-project
Releases · jbertovic/svelte-axum-project
v0.4.2
v0.4.1
v0.4.1
- bumped version on backend;
axum
to 0.6.20,axum-sessions
to 0.5,tower-http
to 0.4 - bumped versions on front-end;
vite-plugin-svelte
to 2.4.2,svelte
to 4.0.5,vite
to 4.4.5 - backend changed how servedir works from
tower-http
for serving front end static assets
v0.4.0
Changes:
- updated to
axum
0.6- changes to State usage; how its setup with route and called from middleware
- changes to ordering of parameters in functions; last parameter can consume request body
- eliminated
axum::extract::RequestParts
with help from update onaxum-sessions
- updated to
axum-sessions
0.4 to match - incremented
tokio
version to 1.24 - old
axum
0.5 version is kept under branchv0.3_Axum0.5
v0.3.0
- switched to using Vite as per current template setup from svelte https://svelte.dev/
- changed directory structure with ./front_end/public and location of index.html
- modified backend to use
./front_end/dist
for static serve - location ofnpm run build
- cleaned up css and added app.css and global css
Update to v0.2.0
Changes
- Will create breaking changes since I modifed the folder structure to use Cargo Workspaces
- Front end and Back end are in two different project folders instead of just different src folders
- Workspaces now allow you to add Rust code independent of the back end server setup
- Also refactored some of the setup out of main.rs into a server.rs file
v0.1.1 Updates
Added contributions from @simonsan. Clippy helped clean up the rust code.
Initial Release
v0.1.0 added capture image