Releases: adonisjs/assembler
Releases · adonisjs/assembler
Add TestRunner service
- chore: update dependencies b1b70c9
- feat: add TestRunner service f0c2896
- chore: update dependencies c2fec3d
Full Changelog: v6.1.3-4...v6.1.3-5
Upgrade to TypeScript 5
- docs: update License file a08a3c1
- docs(README): fix snyk label name ebdf973
- chore: publish source and generate delcaration map 1618a9b
- chore: update dependencies f41eb9f
Full Changelog: v6.1.3-3...v6.1.3-4
force update @adonisjs/env
- chore: force update @adonisjs/env package 4254dda
Full Changelog: v6.1.3-2...v6.1.3-3
Remove fs-extra in favor of fs/promises
Update dependencies
Full Changelog: v6.1.3-0...v6.1.3-1
Build assets via Bundler
- feat: build assets when running build command d7b8944
Full Changelog: v6.1.2-0...v6.1.3-0
Install missing dependencies
Full Changelog: v6.1.1-0...v6.1.2-0
Add support for running assets bundler dev server
Improvements in DevServer and Bundler
- test: skip watcher tests in CI 8e63062
- ci: add debugging log for failing test 094c221
- test: increase tests timeout 0c04b0b
- docs(README): update readme file d36967f
- refactor: display config parser errors during build 6e2e8f4
- refactor: cleanup watcher and child process when something goes wrong fe3b4e5
Full Changelog: v6.0.0-0...v6.1.0-0
Rewrite
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