Skip to content

Rename hooks, remove assets bundler and internal cleanup

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 15:08
· 0 commits to 7.x since this release

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 of ts-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

New Contributors

Full Changelog: v7.8.2...v8.0.0-next.0