Skip to content

v0.0.4

Choose a tag to compare

@Hebilicious Hebilicious released this 29 Jun 10:55
· 163 commits to main since this release

compare changes

🚀 Enhancements

  • Add bun preset (#1203)
  • Allow customising generated tsConfig (#1266)
  • Type useRuntimeConfig with NitroRuntimeConfig (#1311)
  • Type nitro app runtime hooks (#1316)
  • Add cloudflare-pages-static preset (#1310)
  • Add experimental deno-server preset (#592)
  • Add flightcontrol preset (#970, #1250)
  • Support jsx and tsx out of the box (#1303)
  • Add support for failOnError (#1294)
  • UseStorage generic support (#1279)
  • Provide static process.* and import.meta.* build flags (#1331)
  • Implement fallback handlers (6cc9e87)
  • Add form actions to virtual files (a4faecf)
  • Remove config options and add form actions router (0b54379)
  • Add renderer error handling (248f610)

🔥 Performance

  • Concurrent file writing for types and compressed assets (#1135)

🩹 Fixes

  • cache: Mock writable status for cached event handlers (#1289)
  • bun: Resolve internal dependencies with bun export condition (#1313)
  • deno: Support environment variables (88b4e11)
  • Respect static flag when auto detecting preset (#1321)
  • prerenderer: Don't inherit static config (#1324)
  • vercel: Add check for index route rule (#1290)
  • Use event.handled guard before sending direct reponses (#1326)
  • Import NitroRuntimeHooks from runtime dir (#1328)
  • Generate types for #imports (#1329)
  • Add envPrefix to runtimeConfig.nitro types (#1336)
  • prerender: Allow to fetch static files (#1340)
  • options: Default target to static when static override is set (#1342)
  • Correct default node-server target (7976318)
  • vercel, netlify: Always check nativeSWR future flag (ccebe4e)
  • vercel, netlify: Handle boolean values for route rule deprecation (dfd8bbd)
  • Dedup unstorage dependency and use subpath alias (#1164)
  • dev: Ensure socket path is accessable (#1115)
  • Type event.$fetch and event.fetch (#1343)
  • Allow configuring esbuild transform plugin (#1347)

💅 Refactors

  • Show /_vfs structure in nested tree (#1244)

📖 Documentation

  • deploy: Add deno-deploy docs (#1193)
  • Update redirect route rule example (#1278)
  • Update docus version (848c86a)
  • Update cloudflare-pages preset (#1304)
  • Add an example for devHandlers config (#1295)
  • Fix typo in Flightcontrol deployment option (#1332)
  • Add reference to install azure functions core tools to the swa section (#1339)

📦 Build

  • Avoid doubly-bundling runtime types (#1334)

🌊 Types

  • Support type generic for useRuntimeConfig (#1284)
  • Avoid overriding app runtime config namespace (#1333)

🏡 Chore

✅ Tests

  • Pass body to vercel-edge test (f9a9862)

❤️ Contributors