Skip to content

chore: release main#34

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: release main#34
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 14, 2026

🤖 I have created a release beep boop

cli: 1.0.0

1.0.0 (2026-05-23)

Features

  • cli: implement create scaffolding CLI (#82) (9cf2b47)
  • cli: update scaffold template with server entry and Cloudflare config (#91) (#102) (1cd8cb4)
  • repo: add release infrastructure with commit linting and changelog generation (#33) (8955150)
  • scaffold monorepo with Turborepo + pnpm (#32) (0c3e7a5)
docs: 1.0.0

1.0.0 (2026-05-23)

Features

  • repo: add canary/beta release channels and versioned docs (#194) (dd10728)
  • repo: add complete documentation site with Fumadocs (#193) (e09e394)
framework: 1.0.0

1.0.0 (2026-05-23)

Features

  • framework: add catch-all routes, HEAD/OPTIONS, URL decoding, and error handling (542f773)
  • framework: add Cloudflare Workers adapter (#101) (68f15c3)
  • framework: add codegen CLI (bin: sundayceo) (9645f35)
  • framework: add convention-based error pages (#73) (3b9837a)
  • framework: add core types for template-and-slots model (#35) (0dbeefd)
  • framework: add createApp function (#3) (#37) (5cc521c)
  • framework: add createHandler with codegen input and route dispatch (#147) (14eb79f), closes #133
  • framework: add defineHandler curried API (#10) (#39) (d16199c)
  • framework: add extractSlots utility (#5) (#42) (bfaccb3)
  • framework: add interactivity inference (#22) (#46) (075d70f)
  • framework: add loader execution with context merging (#50) (082b29b)
  • framework: add onError hook integration in request handling (#62) (78178b0), closes #15
  • framework: add redirect and httpError throwables (#54) (2c04a5e)
  • framework: add route map codegen (#49) (4f9ffe5)
  • framework: add route matcher (#8) (#47) (0fc28f2)
  • framework: add route path auto-fill transform (#64) (9afb9b8)
  • framework: add route scanner (#7) (#38) (f47bd00)
  • framework: add Slot component with SlotContext and SlotProvider (#4) (#40) (54b229f)
  • framework: add slot validation with required checks and suggestions (#48) (5b62686)
  • framework: add SSR render pipeline (#55) (936491b)
  • framework: add template registry codegen (#18) (#45) (5cbf1f8)
  • framework: add template resolver (#12) (#44) (c8600b0)
  • framework: add two-pass build config generation for client/server (#187) (5ef6db9)
  • framework: add View Transitions API support (#74) (8237abe)
  • framework: add virtual server-entry module to Vite plugin (#149) (65c2b77)
  • framework: add virtual:hydration-manifest module to Vite plugin (#184) (bfb147c)
  • framework: add Vite plugin shell with codegen trigger (#56) (6ed6385)
  • framework: complete tsup build and publish config (#79) (bbf3089), closes #28
  • framework: createRequestHandler core (#94) (033254a)
  • framework: defineErrorPage API and ErrorContext type (#144) (b4c449f)
  • framework: extract meta tag resolution and rendering into modules (#63) (29db4a4)
  • framework: hydration injection with balanced div parsing, XSS protection, and asset paths (205f0f9)
  • framework: implement definePage curried API (#36) (b239994), closes #9
  • framework: implement two-pass production build for client hydration (4bc68a8)
  • framework: partition error pages in route scanner and codegen (#145) (1ee91b2)
  • framework: production SSR build (#88) (#96) (a56dd64)
  • framework: Register pattern for type-safe context (#92) (808c42d)
  • framework: resolve virtual:hydrate/* slot modules in Vite plugin (#185) (09560fa)
  • framework: restructure into layered module architecture (ADR-0009) (999559b), closes #189
  • framework: rewrite hydration script to import virtual slot modules (#186) (459c984)
  • framework: route groups, catch-all codegen, manifest key fix, and import type skipping (bdbe34b)
  • framework: route manifest codegen (routes.gen.ts) (#93) (e6a38ac)
  • framework: slot extraction — Babel AST parser for defineSlots (#183) (19a39e7)
  • framework: split codegen into pure transforms + codegen-disk filesystem layer (23ff418)
  • framework: standardize route modules to export default with RouteKind brand (#162) (4228a11)
  • framework: Vite dev adapter (#86) (#95) (5dc5e93)
  • framework: wire error pages and onError side-effect into createHandler (#151) (f28cb4f)
  • framework: wire hydration into render pipeline (#148) (b1bd318)
  • framework: wire hydration manifest into renderPage + createHandler (#188) (b5171af)
  • framework: wire hydration manifest through Vite plugin and extract import graph (a54d69b)
  • playground: add app setup with template and static page (#75) (e49986e)
  • repo: add release infrastructure with commit linting and changelog generation (#33) (8955150)
  • scaffold monorepo with Turborepo + pnpm (#32) (0c3e7a5)

Bug Fixes

  • framework: add .prettierignore for machine-generated files (#69) (6467d36)
  • framework: add runtime validation at the ssrLoadModule boundary (0130b0d)
  • framework: add v8 ignore comments for unreachable defensive branches (883e75b)
  • framework: align naming with ADR-0009 prototype and address PR review (6ccc457)
  • framework: brand error page modules with RouteKind "error-page" (7587317)
  • framework: eliminate double Babel parse, fix import graph key collisions, and enforce ADR-0009 boundaries (261f183)
  • framework: enforce ADR-0009 code style and wire hydration manifest through codegen (1b6d50a)
  • framework: fix max-params lint error and add hydration exports (#70) (ea80e39)
  • framework: log errors in silent catch blocks for production debugging (706d1b4)
  • framework: populate ErrorContext with error and stack trace in dev mode (#182) (a17cfa8), closes #165
  • framework: resolve code audit findings across runtime, codegen, and vite layers (0e5e94f)
  • framework: simplify no-loader defineSlots and add module type guards (e655768)
  • framework: surface slot validation warnings to console (#181) (bd3d220), closes #163
  • framework: trim barrel exports to ADR-0009 public API surface (d731d31)
  • framework: update barrel exports, remove premature bin field, and widen ESLint overrides (e8b24d5)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 93e6e9a to e80c121 Compare May 14, 2026 15:14
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 28 times, most recently from 3799442 to 8a985c1 Compare May 15, 2026 07:26
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 22 times, most recently from 0e7841c to 5825846 Compare May 21, 2026 15:30
@sundayceo-release sundayceo-release Bot force-pushed the release-please--branches--main branch from 5825846 to deb533c Compare May 23, 2026 14:24
@github-actions
Copy link
Copy Markdown
Author

CI failed for this pull request.

View the failed run

@qantrepreneur
Copy link
Copy Markdown
Contributor

Closing — this PR used incorrect 1.0.0 versions instead of beta prereleases. Release-please will create a new one with correct versions after #195 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment