Rewrite
Pre-release
Pre-release
The assembler has been rewritten from scratch with smaller scope than earlier.
Breaking changes
- Package is pure ESM
- Removed scaffolding commands. They are now part of the core of the framework
- Has zero dependency on AdonisJS core
- No longer ships commands for
build
,serve
andtest
. Instead direct API is exposed to perform these actions. The AdonisJS core will use the API and implement the commands.
Commits
Full Changelog: v5.9.5...v6.0.0-0