Releases: plvo/create-faster
Releases · plvo/create-faster
create-faster: v1.6.0
1.6.0 (2026-02-11)
⚠ BREAKING CHANGES
- cli: --addon flag replaced with --database/--orm/--tooling
Features
- prompts: group library selection by category (#72) (664fbc4)
- templates: add tRPC v11 library (#69) (faae68e)
Refactor
- cli: template system (#63) (2c98fc0)
- tests: organize test files into unit/ and integration/ (#70) (e3761f2)
Documentation
Tests
- integration scripts for selective execution. (e3761f2)
CI
create-faster: v1.5.0
1.5.0 (2026-02-02)
Features
- templates: add nextjs proxy.ts file (#59) (c1dcc4a)
- templates: upgrade to Next.js 16 with React 19.2.3 (#58) (1bedf3f)
Bug Fixes
- handlebars: use root context in helpers that access apps array (#62) (1c9501f)
- templates: add missing biome and husky deps in single-repo mode (#56) (70f9bbd)
What's Changed
- fix(templates): add missing biome and husky deps in single-repo mode by @plvo in #56
- feat(templates): upgrade to Next.js 16 by @plvo in #58
- feat(templates): add nextjs proxy.ts file by @plvo in #59
- fix(handlebars): use root context in helpers that access apps array by @plvo in #62
- chore: release v1.5.0 by @github-actions[bot] in #60
Full Changelog: create-faster-v1.4.1...create-faster-v1.5.0
create-faster: v1.4.1
1.4.0 (2026-01-02)
Features
Bug Fixes
Miscellaneous
- dev: add local publishing test, cc skills (362859b)
What's Changed
- feat: add TanStack Start framework support by @plvo in #32
- fix(templates): remove trailing spaces and tabs from all templates by @plvo in #34
- ci: fix release by @plvo in #53
- chore: release v1.4.1 by @github-actions[bot] in #54
Full Changelog: create-faster-v1.3.1...create-faster-v1.4.1
create-faster: v1.3.1
create-faster: v1.3.0
create-faster: v1.2.0
create-faster: v1.1.3
create-faster: v1.1.2
create-faster: v1.1.0
create-faster: v1.0.0
1.0.0 (2025-10-24)
Features
- creaaateeee fasteeeeeeer (ecade7a)
- implement context-aware filtering and enhance CLI prompts (#3) (a5df6bd)
- modules: nextjs pwa (4c2283d)
- nextjs better-auth module (#5) (e117dac)
- template and cli core logic (#1) (ba15574)
- templates, modules, magic comments (#4) (3bff411)
Bug Fixes
Refactor
- enhance CLI functionality and update dependencies (6e490ad)