Releases: tuono-labs/tuono
Releases · tuono-labs/tuono
v0.2.1
- Update launch log according to the mode
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Enabled
tuono build
CLI command
v0.1.9
- Update npm keywords
- Udate crates kewords
- Update
ssr_rs
dependency to latest (0.5.4) - Update README.md
v0.1.8
- Changed
lazy
function name todynamic
v0.1.7
Fix release pipeline. Recursively publish all the packages
v0.1.6
- Fix
tuono-lazy-fn-vite-plugin
publish pipeline
v0.1.5
- Export
lazy
fn. Allows any component to be lazy loaded but server side renderer. - All the defined routes are lazy loaded (+SSR) by default.
v0.1.4
- Update
tuono dev
logs - wating for server to start to show the development environment URL - Enable
--template
flag intuono new
v0.1.3
- Create
Props
struct - Add
StatusCode
server side handling - Update tutorial documentation
v0.1.2
- Pass headers to
Request
struct