Releases: adonisjs/assembler
Releases · adonisjs/assembler
Add dev server shortcuts and allow transform name and output via makeEntityIndex
Pre-release
8.0.0-next.2 (2025-07-05)
Features
- add dev server shortcuts (#83) (fcef8f4)
- makeEntityIndex: allow transforming name and output (194861c)
What's Changed
- feat: add dev server shortcuts by @Julien-R44 in #83
Full Changelog: v8.0.0-next.1...v8.0.0-next.2
Update implementation with the next version of hot-hook
8.0.0-next.1 (2025-06-07)
Bug Fixes
- restart behavior with HMR (eb9f291)
Full Changelog: v8.0.0-next.0...v8.0.0-next.1
Rename hooks, remove assets bundler and internal cleanup
8.0.0-next.0 (2025-06-02)
Breaking changes
- In this release we have renamed the following hooks and added a few new one's.
- onSourceFileChanged + fileChanged - onDevServerStarted + devServerStarted - onBuildCompleted + buildFinished - onBuildStarting + buildStarting + fileAdded + fileRemoved + devServerStarting + testsStarting + testsFinished
- Support Node 24 and above
- Use
@poppinss/ts-exec
instead ofts-node
- Remove concept of assets bundler in favor of inbuilt integration with Vite
Bug Fixes
- use unix slash for index file paths and names (bd82fb7)
Features
- add makeEntityIndex to code_transformer (0548b3f)
- cleanup internals, use ts-exec for running typescript code and new watcher setup (18c3bb0)
- handle hot-hook process messages (21bcddc)
- remove assets bundler related code (a60897b)
BREAKING CHANGES
- Targets Node 24 and uses ts-exec instead of ts-node
What's Changed
- Refine Wording When Copying ace.js by @marcuspoehls in #81
New Contributors
- @marcuspoehls made their first contribution in #81
Full Changelog: v7.8.2...v8.0.0-next.0
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