v0.17.4
What's Changed
- refactor: add
TuonoEntryPoint
by @jacobhq in #374 - feat: add host and port support to TuonoConfig by @Valerioageno in #366
- chore(deps): update dependency @types/react to v19.0.7 by @marcalexiei in #392
- feat: create
tuono_internal
crate by @Valerioageno in #395 - fix(deps): update dependency vite to v5.4.12 [security] by @marcalexiei in #401
- feat: load
config
in tuono CLI by @Valerioageno in #399 - feat: Improve error handling by @Robert-maker1994 in #398
- feat: pass config from server to client by @Valerioageno in #407
New configuration
import type { TuonoConfig } from 'tuono/config'
const config: TuonoConfig = {
server: {
host: 'localhost',
port: 3000,
},
}
export default config
New Contributors
- @Robert-maker1994 made their first contribution in #398
Full Changelog: v0.17.3...v0.17.4