Files
zpan/CHANGELOG.md
T
saltbo 3b80eff413 feat: migrate from CF Pages to Workers with one-click deploy button
- Replace Pages Functions with Workers entry (`workers/bootstrap.ts`)
- Add Deploy to Cloudflare button in README
- Integrate `@cloudflare/vite-plugin` for CF dev with HMR
- Integrate `@hono/vite-dev-server` for Node dev with HMR
- `npm run dev` now defaults to CF Workers mode
- Add `run_worker_first = ["/api/*"]` so static assets stay free
- Extract shared Node bootstrap (`server/bootstrap.ts`) for reuse
- Update all docs from Pages to Workers references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 10:40:15 -04:00

667 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0-alpha] - Unreleased

Complete rewrite from Go to TypeScript.

Changed

  • New tech stack: Hono + Drizzle + Better Auth
  • Dual deployment: Cloudflare Workers and Docker
  • R2 as default storage backend
  • Better Auth replaces custom JWT implementation

See V2_ROADMAP.md for the full plan.


For v1 changelog, see the v1 branch.