Skip to content

Releases: adonisjs/assembler

Yarn berry support

22 May 21:56
Compare
Choose a tag to compare

Changelog:

Full Changelog: v7.6.0...v7.6.1

Update Server ready message

07 May 20:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.1...v7.5.2

Fix displayed relative path with HMR on Windows

22 Apr 00:26
Compare
Choose a tag to compare
  • chore: remove logs (96b31e5)
  • fix: display correct relative path on windows with hot-hook (23024b9)

And support for hot-hook

15 Apr 10:38
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v7.4.0...v7.5.0

OnHttpServerMessage hook

31 Mar 10:44
Compare
Choose a tag to compare

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

  • fix: windows flakky test (e9d78ee)
  • feat: add onHttpServerMessage hook (516a1fb)

Full Changelog: v7.3.0...v7.4.0

Update Env module allowing us to use Identifier

30 Mar 15:43
Compare
Choose a tag to compare
  • chore: migrate to release-it (b573ce2)
  • chore: migrate to release-it (3d75537)
  • chore: bump node version (5589087)
  • chore: update dependencies (00b4217)

Fix addVitePlugin when using defineConfig

29 Feb 20:20
Compare
Choose a tag to compare
  • fix(codemods): fails to add Vite plugin when using defineConfig 0e92531

Full Changelog: v7.2.2...v7.2.3

Hooks fix

26 Feb 14:59
Compare
Choose a tag to compare
  • 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

24 Feb 14:33
Compare
Choose a tag to compare
  • test: use another port in dev server test 92eb2c6
  • fix: dev hooks not executing 6304c94

Full Changelog: v7.2.0...v7.2.1

Hooks and Codemods

24 Feb 11:41
Compare
Choose a tag to compare

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

Full Changelog: v7.1.1...v7.2.0