Releases: plvo/create-faster
Releases · plvo/create-faster
create-faster: v1.6.4
1.6.4 (2026-04-09)
Features
- library: add evlog observability library (#110) (5489c0d)
- tooling: add portless as project-level option (#109) (9fb0206)
What's Changed
- feat(tooling): add portless as project-level tooling option by @plvo in #109
- feat(library): add evlog observability library by @plvo in #110
- chore: release v1.6.4 by @github-actions[bot] in #111
Full Changelog: create-faster-v1.6.3...create-faster-v1.6.4
create-faster: v1.6.3
1.6.3 (2026-03-19)
Features
- blueprints: add the org-dashboard blueprint (#103) (2cc1a19)
- blueprint: SEO/GEO-optimized SaaS landing page (#104) (5989bc9)
Miscellaneous
What's Changed
- feat(blueprints): add the org-dashboard blueprint by @plvo in #103
- feat(blueprint): SEO/GEO-optimized SaaS landing page by @plvo in #104
- chore: remove deprecated dashboard blueprint by @plvo in #108
- docs(showcase): add blueprint documentation by @plvo in #107
- docs: add org-dashboard blueprint documentation by @plvo in #106
- chore: release v1.6.3 by @github-actions[bot] in #105
Full Changelog: create-faster-v1.6.2...create-faster-v1.6.3
create-faster: v1.6.2
1.6.2 (2026-03-16)
Features
- blueprints: add dapp-rainbowkit blueprint with SIWE auth (#92) (10498dd)
- blueprints: add lambda-sst and lambda-terraform-aws blueprints (#100) (469f17a)
- blueprints: add Nextjs dApp Privy blueprint (#89) (0e9140b)
- blueprints: introduce blueprint system (#85) (0b5e8f0)
- blueprints: separate linter/tooling and group by category (#90) (a189e69)
- deployment: add SST templates and project option (#96) (ff6bf4e)
- deployment: add Terraform AWS templates and project option (#99) (fe6dc74)
- lib: update better-auth v1.5.3 (#87) (8caa845)
- lib: update Prisma to v7 with driver adapters (#88) (1973386)
- stacks: add node stack for plain TypeScript projects (#94) (1fd45f4)
Bug Fixes
- templates: add shadcn CSS variables to globals.css (#93) (1c608b8)
- templates: fix better-auth schema FK type mismatch for uuid (#91) (a858089)
Refactor
What's Changed
- feat(blueprints): introduce blueprint system by @plvo in #85
- feat(lib): update better-auth v1.5.3 by @plvo in #87
- feat: update Prisma to v7 with driver adapters by @plvo in #88
- feat(blueprints): add dApp Privy blueprint by @plvo in #89
- feat(blueprints): separate linter/tooling and group by category by @plvo in #90
- fix(templates): better-auth schema FK type mismatch by @plvo in #91
- feat(blueprints): add dapp-rainbowkit blueprint with SIWE auth by @plvo in #92
- fix(templates): add shadcn CSS variables to globals.css by @plvo in #93
- feat(stacks): add node stack for plain TypeScript projects by @plvo in #94
- feat(deployment): add SST templates and project option by @plvo in #96
- feat(deployment): add Terraform AWS templates and project option by @plvo in #99
- feat(blueprints): add lambda-sst and lambda-terraform-aws blueprints by @plvo in #100
- refactor(cli): improve code quality and reduce duplication by @plvo in #101
- docs(www): document v1.6.2 release features by @plvo in #102
- chore: release v1.6.2 by @github-actions[bot] in #86
Full Changelog: create-faster-v1.6.1...create-faster-v1.6.2
create-faster: v1.6.1
1.6.1 (2026-03-02)
Features
- linter: add Prettier and integration with ESLint (#76) (e974132)
- meta: extend $when with stack/library/repo/bool matchers (#83) (4a1a188)
- separate linter category and add ESLint support (#74) (e5b0236)
- tooling: integrate lint-staged to husky (#82) (f1b7fd7)
- turborepo: add syncpack for dependency version consistency (#80) (49ead64)
Bug Fixes
- meta: package.json configs (#84) (01f9a1e)
- templates/turborepo: turbo task configuration for lint and clean (#77) (1cfc2cb)
- templates: add missing deps and static validation test (#79) (97650a0)
Tests
What's Changed
- feat: separate linter category and add ESLint support by @plvo in #74
- feat: add Prettier integration with composite addon pattern by @plvo in #76
- fix(templates/turborepo): turbo task configuration for lint and clean by @plvo in #77
- chore: use always-bump-patch versioning strategy by @plvo in #78
- fix(templates): add missing deps and static validation test by @plvo in #79
- feat(turborepo): add syncpack for dependency version consistency by @plvo in #80
- test(e2e): tests for generated projects, fix 19 template bugs by @plvo in #81
- feat(tooling): integrate lint-staged to husky by @plvo in #82
- feat(when): extend $when with stack/library/repo/bool matchers by @plvo in #83
- fix(meta): package.json configs by @plvo in #84
- chore: release v1.6.1 by @github-actions[bot] in #75
Full Changelog: create-faster-v1.6.0...create-faster-v1.6.1
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