Skip to content

Releases: jbertovic/svelte-axum-project

v0.4.2

08 Oct 16:56
Compare
Choose a tag to compare

Migration of axum-sessions to tower-sessions

v0.4.1

13 Aug 20:58
d2ad9c7
Compare
Choose a tag to compare

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

08 Jan 17:22
9004aa4
Compare
Choose a tag to compare

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 on axum-sessions
  • updated to axum-sessions 0.4 to match
  • incremented tokio version to 1.24
  • old axum 0.5 version is kept under branch v0.3_Axum0.5

v0.3.0

28 Nov 01:12
Compare
Choose a tag to compare
  • 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 of npm run build
  • cleaned up css and added app.css and global css

Update to v0.2.0

19 Oct 19:51
fc2fcf1
Compare
Choose a tag to compare

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

31 Jul 13:19
Compare
Choose a tag to compare

Added contributions from @simonsan. Clippy helped clean up the rust code.

Initial Release

19 Jul 01:13
Compare
Choose a tag to compare
v0.1.0

added capture image