Valerio Ageno
f1ab7df5ce
feat: udpdate version to v0.16.6
2024-12-22 18:06:40 +01:00
Valerio Ageno
d50e3a7fc0
feat: update version to v0.16.5
2024-12-18 22:10:05 +01:00
Valerio Ageno
166e61bab4
feat: update version to v0.16.4
2024-12-18 14:14:51 +01:00
Mustafa Zaki Assagaf
93cd8bd8da
fix: catch-all paths replace double underscore with single underscore ( #229 )
2024-12-18 14:06:14 +01:00
Mustafa Zaki Assagaf
62ffed0624
docs: added website link to creates documentation ( #230 )
2024-12-18 09:13:03 +01:00
Mustafa Zaki Assagaf
b1b274ea12
feat: update tuono macro handler naming to avoid naming collisions ( #225 )
2024-12-17 16:47:23 +01:00
Valerio Ageno
911adaaecb
feat: update version to v0.16.3
2024-12-16 08:08:27 +01:00
Valerio Ageno
4abc163a59
feat: update version to v0.16.2
2024-12-11 14:04:22 +01:00
Valerio Ageno
a0cdf408a1
feat: update version to v0.16.1
2024-12-10 19:33:48 +01:00
Valerio Ageno
8467506915
feat: create [...catch_all] route ( #210 )
2024-12-10 19:30:35 +01:00
Valerio Ageno
466f122cc4
feat: update version to v0.16.0
2024-12-08 10:13:45 +01:00
Valerio Ageno
db1cee25bf
test: add integration tests for api/ build ( #208 )
2024-12-07 14:17:59 +01:00
Valerio Ageno
90da869277
feat: update version to v0.15.1
2024-12-07 11:14:13 +01:00
Valerio Ageno
80c4affaa8
feat: add cookies to the response ( #201 )
2024-12-07 11:10:47 +01:00
Marco Pasqualetti
aa087193fe
fix(crates/tuono_lib_macros): remove Cargo.tml warnings ( #200 )
2024-12-06 19:00:54 +01:00
Marco Pasqualetti
1b62d8ddc2
refactor(crates/tuono): build - ssg - disable zombie_processes warning and use TUONO_PORT to generate server URL ( #199 )
2024-12-06 13:05:24 +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
2fda959cd6
feat: update tuono new repository reference ( #178 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-30 14:16:18 +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
4fb1d6077c
Add tuono cli integration test ( #177 )
...
Co-authored-by: KingTheSim <KingTheSim@abv.bg >
Co-authored-by: KingTheSim <122887037+KingTheSim@users.noreply.github.com >
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-29 16:34:56 +01:00
Valerio Ageno
53ab927544
feat: update version to v0.14.5
2024-11-27 21:07:50 +01:00
Valerio Ageno
897cc2daf2
feat: add --no-js-emit flag to tuono build command ( #175 )
...
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com >
2024-11-27 21:05:45 +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
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
Myan V.
6727264e39
Better error handling when trying to overwrite an existing folder and using a non-existent template ( #135 )
...
* fix: prevent overwriting existing project directories
* refactor: improve scaffold error messages
2024-11-22 13:38:54 +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
Myan V.
4aa99beaff
Better error handling for target ports conflict ( #126 )
...
* feat: add error message when port 3000 is already in use
* feat: expand port availability checking
* refactor: improve port extraction code modularity
* fix: formatting
* fix: clippy
* fix: move port checking logic to tuono crate
* fix(tuono): make main async
* fix: tokio panicking when testing CLI
* feat: working port conflict detection in crate tuono
* fix: passing format and lint checks
* refactor: refactor cli by making it non-async
* refactor: move port constants to module scope and remove unnecessary Result return type from port checker
2024-11-21 09:45:08 +01:00
Marco Pasqualetti
89d7a2c740
chore: add examples folder to workspaces and make examples packages name unique ( #125 )
2024-11-20 13:46:31 +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
Myan V.
b50902d23e
Update watchexec to v5 and watchexec-signals to v4 ( #118 )
...
* fix(deps): update rust crate watchexec to v5
* fix(deps): update rust crate watchexec-signals to v4
* fix: revert unnecessary imports
2024-11-19 14:32:44 +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
Henry Chen
f0a4541420
fix: handle hyphen in route ( #109 )
2024-11-16 17:10:37 +01:00
Marco Pasqualetti
8552796343
chore: fix typo and improve name on CI ( #107 )
2024-11-16 11:47:53 +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
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
5d8ec82502
feat: add log to catch_all routes ( #83 )
2024-11-10 11:08:06 +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
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
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