Releases: tuono-labs/tuono
Releases · tuono-labs/tuono
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
v0.1.1
- Refined development command
tuono dev
logging - Improved logs' meaning
v0.1.0
- Enable browser's
back
andforward
button to work on client side navigation
v0.0.12
- Update
tuono new
CLI command to support a better package.json string replacement (development purpose)