All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
0.2.2 - 2024-03-30
- (github/actions) add write permissions to release action - (7484c4c) - @justinrubek
0.2.1 - 2024-03-30
- (web) properly link service worker from pages other than the root index - (000d8cf) - @justinrubek
- (cargo) update dioxus - (28a971d) - @justinrubek
- (cargo) cargo update - (d0db254) - @justinrubek
- (cargo) update axum to 0.7 - (cb0ea66) - @justinrubek
- (flake-parts/web) include wasm modules from nix - (8e76199) - @justinrubek
- (nix) update fenix input - (ded34d6) - @justinrubek
- (nix) add wasm-bindgen flake input - (fdf3d49) - @justinrubek
- (nix) move facts package into web file - (33ccb3c) - @justinrubek
- (web) provide rust service-worker in static-files - (b9e7871) - @justinrubek
- (github/actions) add container build action - (c05ab3d) - @justinrubek
- (github/actions) add github release action - (b42e21a) - @justinrubek
- (pre-commit) add sqlx prepare hook - (d38b481) - @justinrubek
- (http) add sqlx connection to axum server state - (2409fcc) - @justinrubek
- (http) add /health route - (2859867) - @justinrubek
- (postgres) add sqlx and migrations - (508a078) - @justinrubek
- (service-worker) check if token is expired - (1f87496) - @justinrubek
- (service-worker) implement fetch request interception in rust - (99376dd) - @justinrubek
- (service-worker) redirect to home upon login - (ca9bb66) - @justinrubek
- (service-worker) Add key-value store - (6810a64) - @justinrubek
- (service-workout) implement Logout message - (243cd4c) - @justinrubek
- (services) added postgres service - (42dd383) - @justinrubek
- allow creating and listing
inventory
objects - (e26bb76) - @justinrubek - add container image package - (a22ddf7) - @justinrubek
- initialize service-worker crate - (15801e9) - @justinrubek
- remove javascript service-worker - (53ba7d7) - @justinrubek
- (flake-parts/web) parameterize the copying of wasm-modules - (80c6979) - @justinrubek
- (http) dynamically determine login callback-url - (7d2faeb) - @justinrubek
- (service-worker) rework service worker application boundaries - (59cd96f) - @justinrubek
- rename wasm-modules to es-modules - (94989e0) - @justinrubek
0.2.0 - 2023-09-24
- (cargo) cargo update - (039a8fc) - @justinrubek
- (cargo) update dioxus - (10a54ef) - @justinrubek
- (cargo) cargo update - (aaac3db) - @justinrubek
- (cargo) exclude wasm from non-wasm builds - (93c5644) - @justinrubek
- (nix) update flake lock - (23dbe56) - @justinrubek
- (nix) update nixpkgs input - (8cf979c) - @justinrubek
- (nix) update fenix input - (04e4d07) - @justinrubek
- add cocogitto config - (a3ae7ee) - @justinrubek
- (ui) recipe logic page - (f73fce7) - @justinrubek
- (ui) inventory page - (30d48a9) - @justinrubek
- (ui) create ingredients - (c12f530) - @justinrubek
- create inventory items - (e3be1dd) - @justinrubek
- recipe download button - (f2fd76b) - @justinrubek
- navigation component - (4a03022) - @justinrubek
- create recipes web ui - (9fb7431) - @justinrubek
- load recipes from backend - (38203e9) - @justinrubek
- introduce AppState - (a2d0d3d) - @justinrubek
- introduce dioxus-router - (ba4a63e) - @justinrubek
- add /api/recipes route - (7c90d13) - @justinrubek
- add Facts struct for loading data - (d596a38) - @justinrubek
- add Recipe component - (8bf81ee) - @justinrubek
- introduce dioxus - (116475e) - @justinrubek
- Add serviceworker to handle token - (d1ce757) - @justinrubek
- Implement login redirect - (b89a9ea) - @justinrubek
- dev command determines which directory based on git repo - (9f00987) - @justinrubek
- Server development mode - (d8cb304) - @justinrubek
- Implement debounced watcher - (ca8bb33) - @justinrubek
- Add watch server for frontend - (7b0c915) - @justinrubek
- Serve site contents - (b14fefd) - @justinrubek
- Add axum web server - (9aa1260) - @justinrubek
- introduce astro web site - (63b0041) - @justinrubek
- (cli) remove dev command - (a8d6035) - @justinrubek
- (cli) remove watcher crate - (d7937e1) - @justinrubek
- update async-watcher - (3855cbc) - @justinrubek
- introduce new pages - (6c13ffa) - @justinrubek
- move facts directory to the repository top level - (db83f9c) - @justinrubek
- Remove astro - (79a35ae) - @justinrubek
- (cli) build static web files using nix - (f4520dd) - @justinrubek
- (cli) Use reverse proxy for dev mode - (2ca179d) - @justinrubek
- (logic)
recipe
function now returns data - (550ac9e) - @justinrubek - (nix) update flake-parts modules - (ca09698) - @justinrubek
- (ui) move datalist definition into toplevel component - (022cfdd) - @justinrubek
- load recipes in toplevel app component - (3f630b7) - @justinrubek
- turn RecipeCreateProps into CreateFormProps - (949fd22) - @justinrubek
- move types into separate crate - (af3e87f) - @justinrubek
- bypass astro - (b60d9ee) - @justinrubek
- move http injection logic into separate module - (60c20c9) - @justinrubek
Changelog generated by cocogitto.