Releases: adonisjs/assembler
Releases · adonisjs/assembler
Bug fix after migrating execa
Fix missing dependency error
7.8.1 (2024-09-01)
Bug Fixes
- move execa to the production dependencies (a99467e)
Full Changelog: v7.8.0...v7.8.1
Add yarn berry and ts-node-maintained support
Release 7.8.0-beta.0
7.8.0-beta.0 (2024-09-01)
Features
Stable assembler hooks
Yarn berry support
Changelog:
Full Changelog: v7.6.0...v7.6.1
Update Server ready message
Fix displayed relative path with HMR on Windows
And support for hot-hook
After this release, assembler will integrate natively with the hot-hook
npm package. When the hmr
option is enabled, assembler will run the Dev server child process with the hot-hook
loader and listen for the messages sent by the hot-hook loader.
Commits
- test: fix flaky tests (9de19c6)
- chore: update dependencies (56935db)
- Merge pull request #77 from adonisjs/feat/hmr (4392202)
- feat: hmr (57781e4)
What's Changed
- feat: hot-hook integration by @Julien-R44 in #77
Full Changelog: v7.4.0...v7.5.0
OnHttpServerMessage hook
Changes
The DevServer class now accepts a new onHttpServerMessage
hook that will be called when the HTTP child process sends a message to the parent process ( the assembler ).
Commits
Full Changelog: v7.3.0...v7.4.0