Commits
Click on a commit to change the comparison rangeMerge origin/main into hono Fix Pages.match() to filter prerendered routes and strip base correctly Fix dev server routing: load initial routes and handle base-stripped URLs Fix error handling and action middleware response propagation Fix route loading race and Vue app entrypoint collision Handle streaming render errors gracefully in dev server Persist session and add cookies in actions() Hono middleware Add server.headers support and .html extension stripping in dev Merge branch 'main' into hono Merge branch 'main' into hono fix: resolve dev SSR failures for API routes with Hono integration fix: resolve type errors in example app fix: HTTP/2 support, prerender 404 handling, and user app module caching fix: base URL restoration, redirect encoding, HMR cache invalidation fix: custom 404 rendering, locals propagation, and HMR content updates refactor: restore base URL once and early, remove originalUrlSymbol fix: trailing slash redirect loop with non-root base, use helper functions refactor: replace Pages class with composable Hono middleware architecture fix: resolve all 35 CI test failures fix: strip internal headers from all responses, handle immutable redirect headers fix: consolidate cookie handling into single location in createPagesMiddleware fix: use import type for AstroCookies in ssr-result.ts fix: share single AstroCookies instance between Hono context and RenderContext fix: skip prerendered routes in production matchRouteData, share cookies across rewrites