Skip to content

Rewrite

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 01 Mar 04:05

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 and test. Instead direct API is exposed to perform these actions. The AdonisJS core will use the API and implement the commands.

Commits

  • chore: make @adonisjs/env a production dependency 7bd5569
  • refactor: rewrite from scratch f1e994c

Full Changelog: v5.9.5...v6.0.0-0