Releases: exhibitionist-digital/ultra
Releases · exhibitionist-digital/ultra
v0.8.2
v0.8.1
v0.8.0
- 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
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- Removal of Oak, in favour of
std/http
library. This makes it heaps easier to
deploy to multiple targets - Addition of
preloadmodule
link
header attributes for core and application
level assets - Main
app
entry point added toimportMap
- Deno Deploy support via GitHub Actions
- Fly/Docker support
- Example projects moved into their own repo
for easier hacking