Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 2.3 KB

File metadata and controls

53 lines (26 loc) · 2.3 KB

create-fullstack-starter

0.2.5 (2026-04-02)

Bug Fixes

  • create-fullstack-starter: add vitest as package devDependency for CI (d931ebd)
  • create-fullstack-starter: prevent tiged from deleting directories with .git (9a7f5f8)

0.2.4 (2026-03-25)

Features

  • create-fullstack-starter: enhance GitHub star prompt with gh CLI install/auth flow (007e6b9)

Bug Fixes

  • resolve TS6 build errors across packages (3644648)

0.2.3 (2026-03-09)

Features

  • create-fullstack-starter: add interactive GitHub star prompt with y as default (ff39460)

0.2.2 (2026-01-22)

Bug Fixes

  • apply consistent code formatting and update various package configurations and tools across the monorepo (7783641)

0.2.1 (2026-01-14)

Features

  • add GitHub Sponsors funding link to npm packages (c68dfee)

0.2.0

Minor Changes

  • 5723cb1: Replace @inquirer/prompts with @clack/prompts for a more beautiful CLI experience

    • Add intro/outro for session start/end messages
    • Add spinner animation during template cloning
    • Display next steps in a styled note box
    • Improve cancellation handling with isCancel guard