Skip to content

Releases: adonisjs/create-adonisjs

Fix tmp directory existence error

01 Mar 18:14

Choose a tag to compare

3.3.1 (2026-03-01)

What's Changed

  • Make tmp creation recursive to prevent failure when it already exists by @bosunski in #12

New Contributors

Full Changelog: v3.3.0...v3.3.1

Release 3.3.0

28 Feb 19:58

Choose a tag to compare

3.3.0 (2026-02-28)

Bug Fixes

  • use provided package manager (4bb8d93)

Features

  • handle yarn file (cd9779e)
  • templates: add new api-only template (e37b502)

Retain packageManager in package.json file of monorepo

27 Feb 04:47

Choose a tag to compare

Fix for PNPM prebuild dependencies

27 Feb 00:58

Choose a tag to compare

3.2.0 (2026-02-27)

Features

  • adapt starter kit handling for pnpm (0cf8e7a)

Fix for PNPM

27 Feb 00:33

Choose a tag to compare

3.1.0 (2026-02-27)

Features

  • add support for pnpm in monorepo starter kits (0737c10)

Create v7 apps

25 Feb 12:02

Choose a tag to compare

3.0.0 (2026-02-25)

What's Changed

New Contributors

Full Changelog: v2.4.0...v3.0.0

Add API starter kit and support for configuring monorepos

20 Jan 07:12

Choose a tag to compare

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

17 Jan 19:50

Choose a tag to compare

Pre-release

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

26 Sep 19:34

Choose a tag to compare

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

  • inertia: typo in help message (#7) (eff91a8)

Features

What's Changed

New Contributors

Full Changelog: v2.4.0...v3.0.0-next.0

Remove installation prompt and always install packages by default

22 Jun 05:02

Choose a tag to compare

  • 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

Full Changelog: v2.3.0...v2.4.0