v0.8.0
Pre-release
Pre-release
- Vendored dependencies! We have a script that can take your CDN deps and make them local.
- API routes! (Thanks @Industrial)
- Option to disable streaming π±. Passing the env
disableStreaming=1
will force Ultra to use a customrenderToString
equivalent - returning a fully resolved, suspense compatible, html page! (BETA) - Websocket refresh in dev mode. Ultra will restart on local changes.
- Full support for react@18: There were some updates to how streams are handled in the latest
rc
. - Tighter integration with Deno config file. Specifiying your
importMap
indeno.json
is required - Removal of
makefile
in favour of deno task - Legacy: We also export an Oak compatible
ultraHandler
for support inside of an pre-existing Oak project