Skip to content

Releases: plvo/create-faster

create-faster: v1.6.0

11 Feb 15:55
a0b54d5

Choose a tag to compare

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

  • www: reorganize modules sidebar & enrich doc pages (#73) (cb08b2b)

Tests

  • integration scripts for selective execution. (e3761f2)

CI

  • tests: add lint, unit and integration test steps to CI (#71) (33c681d)

create-faster: v1.5.0

02 Feb 09:35
a077354

Choose a tag to compare

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

02 Jan 15:34
f383667

Choose a tag to compare

1.4.0 (2026-01-02)

Features

  • add TanStack Start framework support (#32) (1fb80e3)

Bug Fixes

  • templates: remove trailing spaces and tabs from all templates (#34) (0ef284c)

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

20 Nov 21:28
eb5e1a3

Choose a tag to compare

1.3.1 (2025-11-20)

Bug Fixes

What's Changed

  • fix(www): og imgs by @plvo in #30
  • chore: release v1.3.1 by @github-actions[bot] in #31

Full Changelog: create-faster-v1.3.0...create-faster-v1.3.1

create-faster: v1.3.0

18 Nov 15:52
3e22fb0

Choose a tag to compare

1.3.0 (2025-11-14)

Features

What's Changed

  • feat: flags support by @plvo in #26
  • feat(www): init docs and showcase by @plvo in #28
  • feat(www): root page, demo by @plvo in #29
  • chore: release v1.3.0 by @github-actions[bot] in #27

Full Changelog: create-faster-v1.2.0...create-faster-v1.3.0

create-faster: v1.2.0

05 Nov 15:52
3d64ab4

Choose a tag to compare

1.2.0 (2025-11-05)

Features

Refactor

  • cli: restructure metadata and update type imports (#19) (e0768ca)
  • cli: tui, progress component, summary (#24) (3c18a08)

Miscellaneous

  • change operation canceled messages (#25) (203ad4e)

create-faster: v1.1.3

30 Oct 13:29
3f6c978

Choose a tag to compare

1.1.3 (2025-10-30)

Bug Fixes

  • cli: pkg build and templates path (5e2330a)

create-faster: v1.1.2

27 Oct 11:53
beffe77

Choose a tag to compare

1.1.2 (2025-10-27)

Refactor

  • ci: update release workflow and enhance CLI functionality (aa8581c)

create-faster: v1.1.0

26 Oct 20:02
d8a0e79

Choose a tag to compare

1.1.0 (2025-10-26)

Features

  • nextjs: enhance base templates, tanstack-query (#14) (a8af35c)
  • template: Expo and Hono (#16) (46acee5)

create-faster: v1.0.0

24 Oct 14:57
f507afa

Choose a tag to compare

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

  • gha: correct release-please config to track apps/cli (17fbfe4)
  • modules: mdx (74f0d91)

Refactor

  • enhance CLI functionality and update dependencies (6e490ad)