Marco Pasqualetti
c6e93c266a
feat(packages/tuono): config – add optimizeDeps and plugins to vite options ( #197 )
2024-12-08 10:44:09 +01:00
Valerio Ageno
466f122cc4
feat: update version to v0.16.0
2024-12-08 10:13:45 +01:00
Marco Pasqualetti
c76464bf8a
refactor(typescript): use generic instead of simple array type ( #205 )
2024-12-07 11:58:58 +01:00
Marco Pasqualetti
08b75b1a79
chore(eslint): remove build folder exclusion ( #202 )
2024-12-07 11:42:38 +01:00
Valerio Ageno
90da869277
feat: update version to v0.15.1
2024-12-07 11:14:13 +01:00
Marco Pasqualetti
f157ff37e0
refactor(packages/router): removed unused code ( #184 )
2024-12-01 11:03:12 +01:00
Marco Pasqualetti
11d425faa9
chore(deps-dev): update eslint to v9 ( #147 )
2024-12-01 10:07:35 +01:00
Valerio Ageno
5fc68a1926
feat: update documentation to v0.15.0 and fix aliases ( #182 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-30 21:37:02 +01:00
Valerio Ageno
ec4577c187
feat: add tuono.config.ts support ( #153 )
...
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com >
2024-11-30 19:58:04 +01:00
Valerio Ageno
8052de8ad5
feat: update version to v0.15.0 ( #181 )
2024-11-30 19:03:01 +01:00
Valerio Ageno
05fa8a5ae2
feat: update docs and readme repo links ( #180 )
2024-11-30 14:16:10 +01:00
Valerio Ageno
a341b41e9a
chore: update repo reference withing manifests ( #179 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-30 14:15:36 +01:00
Valerio Ageno
a2e0a4d78a
feat: update version to v0.14.6
2024-11-30 14:13:21 +01:00
Valerio Ageno
53ab927544
feat: update version to v0.14.5
2024-11-27 21:07:50 +01:00
Valerio Ageno
1f92931076
Fix optional application state parameters ( #173 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-27 15:25:05 +01:00
Valerio Ageno
bcb2c91823
fix: windows path resolution ( #167 )
2024-11-26 21:37:00 +01:00
Marco Pasqualetti
9058f209dd
ci: add Windows and MacOS to test matrix for both rust and typescript ( #158 )
2024-11-26 17:50:53 +01:00
Valerio Ageno
439b4757df
Turn main.rs into app.rs ( #159 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-26 09:20:10 +01:00
Valerio Ageno
8c84ef73c8
feat: update version to v0.14.1
2024-11-24 18:33:45 +01:00
Valerio Ageno
087813fab9
Add support for api/ folder ( #129 )
...
* feat: detect api/ folder from tuono CLI
* feat: prevent adding the API in the data endpoints list
* feat: create basic API handler proc macro
* feat: parse api/ and build .tuono/main.rs file
* chore: remove unused cargo dependencies
* refactor: tuono base health_check
* fix: remove failing test
* feat: update version to v0.14.0
2024-11-21 19:02:11 +01:00
Valerio Ageno
56c31f0204
feat: update version to v0.13.3
2024-11-20 13:45:37 +01:00
Valerio Ageno
209c9fb7f7
feat: update version to v0.13.2
2024-11-19 17:34:33 +01:00
Marco Pasqualetti
55490579ec
refactor: replace () => JSX.Element with React.ComponentType ( #120 )
2024-11-18 21:45:27 +01:00
Valerio Ageno
ebc1a458a9
Fix tuono_lib_macro crate ( #116 )
...
* fix: tuono lib macro
* feat: remove reqwest re-export
* feat: update version to 0.13.1
* fix: remove reqwest from documentation
2024-11-17 17:11:07 +01:00
Valerio Ageno
df92ef5296
Add support for custom global state ( #111 )
...
* feat: add 'has_main_file' to App struct
* feat: handle custom state from the main.rs file
* feat: update tutorial template with new setup
* fix: apply clippy hints
* feat: add ApplicationState mention to documentation website
* feat: update version to v0.13.0
2024-11-17 16:28:56 +01:00
Valerio Ageno
cfccc638c6
feat: update version to v0.12.4
2024-11-16 19:23:21 +01:00
Valerio Ageno
65faaf0183
feat: added website to crates/package manifest
2024-11-16 11:08:50 +01:00
Valerio Ageno
3be491baa7
Fix tuono lib release ( #103 )
...
* fix: removed service
* feat: update version to v0.12.3
2024-11-16 10:50:02 +01:00
Valerio Ageno
48b974ae58
Fix failing release pipeline ( #102 )
...
* feat: add no-verify key to cargo publish script
* feat: update version to v0.12.2
2024-11-16 10:23:59 +01:00
Valerio Ageno
c394898fcd
Create logger service ( #101 )
...
* feat: create logger service
* feat: opt out __tuono/data routes from logger
* feat: update version to v0.12.1
2024-11-16 09:47:59 +01:00
Marco Pasqualetti
535cc6b3d9
chore: add apps/documentation to pnpm workspaces ( #96 )
2024-11-14 10:30:21 +01:00
Marco Pasqualetti
7b8165cee6
refactor: use React.JSX rather than global JSX ( #93 )
2024-11-13 08:33:48 +01:00
Valerio Ageno
607da92c71
Make handler arguments optional ( #87 )
...
* feat: support axum extractors
* chore: update tuono example
* chore: update tutorial example
* doc: update documentation
* feat: update version to v0.12.0
* fix: use clippy suggestion
2024-11-11 21:52:22 +01:00
Valerio Ageno
aaae7db24d
Improve route preloading ( #80 )
...
* feat: improve route preloading
* feat: update version to v0.11.2
---------
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-05 12:03:20 +01:00
Valerio Ageno
258b4af0b1
feat: prevent scroll offset on page navigation ( #77 )
2024-11-04 19:29:37 +01:00
Valerio Ageno
edfbd03f13
Prevent not exported routes error ( #76 )
...
* fix: prevent no exported route compiler error
* feat: update version to v0.11.1
* fix: formatting
2024-11-04 19:25:46 +01:00
Valerio Ageno
d04a4c4103
Move to react-helmet-async ( #72 )
...
* feat: move to react-helmet-async
* feat: set version to v0.11.0
2024-11-03 21:09:32 +01:00
renovate[bot]
cfa59ca8bf
fix(deps): update dependency @types/node to v22 ( #70 )
2024-10-29 07:02:39 +01:00
Valerio Ageno
ea82d2b1df
Correct documentation spelling ( #68 )
...
* fix: documentation/index spelling
* fix: documentation/development-setup spelling
* fix: documentation/api-fetching spelling
* fix: documentation/components spelling
* fix: documentation/dynamic-routes spelling
* feat: add correct tutorial link to README.md
* chore: remove legacy folder
* fix: formatting
* fix: documentation/error-handling spelling
* fix: documentation/seo spelling
* fix: documentation/redirections spelling
* fix: documentation/production spelling
* fix: documentation/conclusion spelling
* feat: update version to v0.10.4
* fix: redirections spelling
* fix: API fetching spelling
* feat: create CLI doc page
* fix: correct CLI spelling
* fix: update CLI output spelling
2024-10-17 19:00:23 +02:00
renovate[bot]
625c091fdc
chore(deps): update dependency @testing-library/react to v16 ( #63 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-17 18:08:57 +02:00
renovate[bot]
c9f1b02954
chore(deps): update dependency jsdom to v25 ( #64 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-17 09:47:47 +02:00
renovate[bot]
6b3bfca1f6
chore(deps): update dependency vitest to v2 ( #65 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-17 09:47:29 +02:00
Valerio Ageno
01d5aad8aa
fix: update testing-library/jest-dom version
2024-10-16 20:49:46 +02:00
Valerio Ageno
002733cd99
Prevent dynamic fn replacement when not imported by tuono ( #57 )
...
* fix: prevent dynamic fn replacement when not imported by tuono
* feat: update version to v0.10.3
* Revert "fix(deps): update dependency zustand to v5 (#55 )"
This reverts commit d7a086dfb1 .
* Revert "fix(deps): update dependency zustand to v4.5.5 (#37 )"
This reverts commit b36dc0b897 .
* Revert "chore(deps): update dependency @testing-library/react to v16 (#38 )"
This reverts commit 1a1b62698c .
* Revert "chore(deps): update dependency @tanstack/config to ^0.13.0 (#32 )"
This reverts commit 6c7cc62371 .
* revert pnpm update
* Revert "chore(deps): update dependency vitest to v2 (#45 )"
This reverts commit c5b5f6aefe .
* Revert "chore(deps): update dependency node to v20.18.0 (#33 )"
This reverts commit 588326cc57 .
2024-10-16 20:41:33 +02:00
renovate[bot]
d7a086dfb1
fix(deps): update dependency zustand to v5 ( #55 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 19:38:29 +02:00
Valerio Ageno
0a8504d9f2
feat: update version to v0.10.2 ( #50 )
2024-10-13 10:18:19 +02:00
renovate[bot]
c5b5f6aefe
chore(deps): update dependency vitest to v2 ( #45 )
2024-10-12 13:40:51 +02:00
renovate[bot]
e3c5cc882f
chore(deps): update dependency jsdom to v25 ( #43 )
2024-10-12 13:37:15 +02:00
renovate[bot]
1a1b62698c
chore(deps): update dependency @testing-library/react to v16 ( #38 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 13:00:23 +02:00
renovate[bot]
b36dc0b897
fix(deps): update dependency zustand to v4.5.5 ( #37 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 12:55:01 +02:00