<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>StatikAPI Changelog</title>
    <link>https://statikapi.com/changelog</link>
    <description>Release notes, fixes, and improvements for StatikAPI.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 14 May 2026 00:00:00 GMT</lastBuildDate>

    <item>
      <title>1.0.0 — General Availability</title>
      <link>https://statikapi.com/changelog#v1-0-0</link>
      <guid>https://statikapi.com/changelog#v1-0-0</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>StatikAPI 1.0 is generally available. Scaffold a project in seconds, browse your routes in the preview UI, and ship to Cloudflare with the built-in adapter. Added: Zero-config quick start — one command with create-statikapi gets a working project instantly, no manual setup required. create-statikapi scaffolder with interactive prompts and a --template flag for choosing between the default and Cloudflare adapter layouts. Polished preview UI at /_ui: browse every route, inspect JSON output, and watch live updates as you edit. Hot-reload dev loop — the watch process detects file changes and rebuilds affected routes automatically. Cloudflare adapter template: Worker + Static Assets setup with wrangler.toml, .dev.vars, and statikapi.config.js wired up out of the box. Public and private route separation in the Cloudflare layout — static routes served from Static Assets, private routes gated behind the Worker. Improved: Build logs are cleaner and more actionable across both dev and production builds. File-system routing covers static, dynamic ([id]), and catch-all ([...slug]) patterns with stable, cross-platform path handling.</description>
    </item>

    <item>
      <title>0.6.0 — Initial Public Beta</title>
      <link>https://statikapi.com/changelog#v0-6-0</link>
      <guid>https://statikapi.com/changelog#v0-6-0</guid>
      <pubDate>Sun, 09 Nov 2025 00:00:00 GMT</pubDate>
      <description>Public beta release of the open-source CLI and core under MIT, with file-system routing, preview UI, and deployment guides. Added: Public beta release of the open-source CLI and core under MIT. File-system routing for static, dynamic ([id]), and catch-all ([...slug]) JSON endpoints. Preview UI with manifest browser and JSON viewer. Deployment guides for Cloudflare Pages/R2, Netlify, GitHub Pages, S3, and more. Changed: Polished build logs and improved developer experience in the preview UI. Fixed: Windows path normalization in paths() and debounced file-watcher events.</description>
    </item>
  </channel>
</rss>