Skip to content

Releases: CarlosZiegler/start-kit.dev

v0.1.11 — Cross-Platform Extraction Fix

10 Mar 19:26

Choose a tag to compare

Fixed

  • Fix cross-platform template extraction: add fallback that downloads the full repo when giget subdirectory extraction fails (Windows tar path bug)
  • Fix CI test workflow: add missing create subcommand to scaffold test commands

Added

  • --skip-setup flag for create command to skip dependency installation and interactive wizard (useful for CI testing)

v0.1.10 — Windows Template Extraction Fix

09 Mar 17:52

Choose a tag to compare

Fixed

  • Fix template extraction on Windows where giget tar extraction with subdirectory templates can place files at the drive root instead of the target directory
  • Add fixExtraction() post-extraction step that detects and corrects nested directory structures (e.g., targetDir/apps/start-template/) by moving files up to the expected location
  • Add validation after extraction to verify package.json exists in the target directory, with helpful error messages on failure

Changed

  • Updated CLI dependencies to latest versions

v0.1.9 — Windows Compatibility Fix

23 Feb 09:03

Choose a tag to compare

Fixed

  • Fix Windows compatibility: replace sh -c shell execution with Bun.spawn argv arrays and cwd option
  • Fix cd dir && bun install failing on Windows by using direct process spawning with cwd
  • Fix rm -f file deletion on Windows by using Node.js rmSync
  • Fix potential stdout/stderr pipe deadlock by draining both streams concurrently with Promise.all
  • Use path.resolve / path.join for all file path operations instead of string concatenation with /

Added

  • cwd option support in exec() helper for cross-platform directory targeting
  • Error handling with try/catch in exec() returning exit code 127 on spawn failure
  • Unit tests for exec() helper (command execution, cwd support, non-zero exit codes)

v0.1.8 — CLI Theme Flags & Publish Script

22 Feb 12:21

Choose a tag to compare

What's Changed

  • CLI: Added --theme, --base-color, --radius, --font flags to create command for project theming
  • CLI: Added publish:latest script for easier npm publishing
  • Skills: Added project skills for best practices
  • Package: Enhanced package.json metadata fields

Full Changelog: v0.1.7...v0.1.8

v0.1.7 — Skills & Improvements

22 Feb 12:21

Choose a tag to compare

What's Changed

  • Skills & docs: Added skills and improved markdown documentation files
  • AI Chat: Added dashboard AI chat UI with multi-provider runtime support
  • Internal: Bumped to v0.1.7 with changelog

Full Changelog: v0.1.6...v0.1.7

v0.1.6 — CLI Bug Fixes

19 Feb 17:25

Choose a tag to compare

What's New

Fixed

  • Database connection test — Fix sql.query is not a function error by using correct Bun SQL tagged template literal API
  • Schema push during setup — Write placeholder env vars before running drizzle-kit push so env.server.ts validation passes
  • Non-interactive push — Add --force flag to drizzle-kit push to skip interactive confirmation prompts
  • TypeScript error — Fix validate callback type in database phase

Added

  • publishConfig with explicit latest tag and public access
  • CHANGELOG.md documenting all versions

Install / Upgrade

bunx create-start-kit-dev create my-app

Full Changelog

See CHANGELOG.md for all versions.