Changelog

Latest v0.0.2

v0.0.2

Auto-generated API docs, theme fix, markdown endpoints

Added
  • Auto-generated OpenAPI 3.1 spec via import.meta.glob and Zod v4 schemas
  • API documentation page at /api-docs powered by Scalar
  • Raw markdown endpoints at /readme.md and /posts/{slug}.md
  • JSON endpoint for README content at /api/readme.json
Fixed
  • Light/dark theme toggle caused by DaisyUI theme name mismatch
v0.0.1

Initial release

Added
  • Astro 6 blog with Tailwind v4 + DaisyUI 5
  • Content collections for posts, categories, tags, RSS, and sitemap
  • Static pages for about, contact, privacy, terms, and changelog
  • Expo native app
  • Newsletter API (Hono Worker) with D1, Queues, KV rate limiting, and Turnstile
  • Media pipeline with R2 upload and URL rewriting
  • CI/CD with file-based deploy gates and staging/production environments