Releases: adonisjs/create-adonisjs
Releases · adonisjs/create-adonisjs
Fix tmp directory existence error
Release 3.3.0
Retain packageManager in package.json file of monorepo
3.2.1 (2026-02-27)
Full Changelog: v3.2.0...v3.2.1
Fix for PNPM prebuild dependencies
Fix for PNPM
Create v7 apps
3.0.0 (2026-02-25)
What's Changed
- fix typo by @marcuspoehls in #7
New Contributors
- @marcuspoehls made their first contribution in #7
Full Changelog: v2.4.0...v3.0.0
Add API starter kit and support for configuring monorepos
3.0.0-next.2 (2026-01-20)
Features
- add option for API starter kit (1f46e45)
- add support for creating projects from monorepos (be4a69d)
- use different aliases for react and vue apps (1806b27)
Full Changelog: v3.0.0-next.1...v3.0.0-next.2
Centralized starter kits
Features
- Unified starter kits repository: All starter kits have been migrated to a single repository (adonisjs/starter-kits) for easier maintenance and consistency across templates.
- Frontend framework prompt: When using the
--kit="inertia"alias, users are now prompted to choose between React and Vue.
Simplify setup process and prompt for newer starter kits
3.0.0-next.0 (2025-09-26)
In order to provide fully featured starter kits, we have decided to remove the prompts for configuring Lucid and Auth. Instead, every starter kit will come with these packages. If you are not using these packages, then forking the original starter kits and creating your own will be a better approach vs making this CLI try to serve all the use-cases.
I want the onboarding experience to be feature rich without going through too many prompts
Bug Fixes
Features
- simplify project setup (fb62471)
What's Changed
- fix typo by @marcuspoehls in #7
New Contributors
- @marcuspoehls made their first contribution in #7
Full Changelog: v2.4.0...v3.0.0-next.0
Remove installation prompt and always install packages by default
- docs: remove installation flags from readme (c161b83)
- refactor: remove any code related to install prompt (#4) (46bd3a0)
What's Changed
- refactor: remove any code related to install prompt by @RomainLanz in #4
New Contributors
- @RomainLanz made their first contribution in #4
Full Changelog: v2.3.0...v2.4.0