Releases: adonisjs/assembler
Releases · adonisjs/assembler
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
Update Env module allowing us to use Identifier
Fix addVitePlugin when using defineConfig
- fix(codemods): fails to add Vite plugin when using
defineConfig
0e92531
Full Changelog: v7.2.2...v7.2.3
Hooks fix
- test: increase timeouts for hooks registering tests a0612a2
- fix: wait for assembler hooks node to be resolved de9a026
Full Changelog: v7.2.1...v7.2.2
DevServer hooks bugfix
Full Changelog: v7.2.0...v7.2.1
Hooks and Codemods
Changes
This version adds several new features:
- An
addVitePlugin
method in the Codemods API that can be used by package creators to add a new Vite plugin to the end-user configuration - Makes the
project
property of the codemods api public. This allows package authors to have direct access to ts-morph when they need to perform more specific modifications in the end-user code. - Added bundler and dev server hooks. See #75
Commits
- feat: add bundler and dev server hooks (#75) 38a2835
- refactor: make
project
public 5a476d6 - chore: update readme db8b35a
- feat: add
addVitePlugin
method 95f0cfa
What's Changed
- feat: add
addVitePlugin
method by @Julien-R44 in #73 - refactor: make
project
public inCodeTransformer
by @Julien-R44 in #74 - feat: add bundler and devserver hooks by @Julien-R44 in #75
Full Changelog: v7.1.1...v7.2.0