Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/generic-flag-processing.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/structure-flattening.md

This file was deleted.

23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# create-reactify-app

## 0.3.0

### Minor Changes

- 06baba1: - 46c60ce: refactor: generic flag processing foundation (commander.js, parseFlags, generic feature iteration)
- 48fe428: refactor: migrate CLI to commander.js with generic flag parsing
- d017b1d: refactor: infra-only interactive prompts (remove all feature prompts)
- c094bbf: refactor: remove 7 hardcoded feature handler files
- b18453f: docs: add vite-plugin-flatten-ns, dep flow, canonical barrel convention to AGENTS.md
- 208562c: docs: update AGENTS.md for generic flag architecture
- 7ec409c: spec: vite-plugin-flatten-ns design document
- 1c41d77: fix: projectDir default and allowExcessArguments for generic flags
- c066fa1: refactor: template names resolve dynamically without Zod enum
- 6cbbd8a: ci: set up changeset-driven release workflow with GitHub Actions
- 57dc501: fix: add test script to cli package, fix root --filter
- 3c99599: - 1650717..0473122: fix: CI dependency hoisting and binary resolution for GitHub Actions
- 9b8bc1a..b030014: fix: vitest module resolution and bun --cwd for workspace builds
- 91b7cb8..dc22839: fix: root devDependencies for vitest and test path resolution
- e2290e6: fix: add workspaces config for changeset package discovery
- 3c2e64d: refactor: flatten packages/cli into root package (single-package structure)

## 0.2.8

### Patch Changes
Expand All @@ -11,7 +32,7 @@
### Patch Changes

- 6955b6d: docs: tighten AGENTS.md
- 832fa25: docs: add AGENTS.md with reference to template-* project workflows
- 832fa25: docs: add AGENTS.md with reference to template-\* project workflows

## 0.2.6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-reactify-app",
"version": "0.2.8",
"version": "0.3.0",
"description": "Scaffold Reactify projects — Fastify + React + Vite SSR",
"type": "module",
"bin": {
Expand Down
Loading