Skip to content

Releases: adonisjs/assembler

Fix: Webpack encore find available port when 8080 is in use

15 Dec 06:15
Compare
Choose a tag to compare
  • fix: getPort unable to detect the used port because of the host mis-match 8db8960
  • chore: update dependencies fa8dc5d
  • style: mention to call generate:manifest command in command docblock f6f5578

What's Changed

  • Remember user to call generate:manifest by @maxgalbu in #31

New Contributors

Full Changelog: v5.3.8...v5.3.9

Format stubs using Prettier

05 Nov 13:17
Compare
Choose a tag to compare
  • chore: update dependencies e94c36c
  • fix: reformat stubs to follow prettier formatting 19df658
  • fix: upgrade emittery from 0.9.2 to 0.10.0 (#32) 340545b

Full Changelog: v5.3.7...v5.3.8

Update webpack encore

04 Sep 10:09
Compare
Choose a tag to compare
  • chore: update dependencies 11789ae

v5.3.6...v5.3.7

update dependencies

30 Aug 07:06
Compare
Choose a tag to compare
  • chore: update dependencies a1f08b5
  • chore: update dependencies 11d8d2e
  • docs(README): update docs and website url (#30) 9544ca7

v5.3.5...v5.3.6

Patch webpack-dev-server template and resolve child process inconsistencies

20 Jul 12:43
Compare
Choose a tag to compare
  • fix: patch webpack dev server config for meanwhile 8a34c60
  • fix: inconsistent child process commands f6dceb1

v5.3.4...v5.3.5

Fix for bug introduced in v5.3.3

20 Jul 09:33
Compare
Choose a tag to compare

Bug fixes and update dependencies

20 Jul 03:43
Compare
Choose a tag to compare
  • fix: typo in "--ignore-ts-errors" flag message 1371e72
  • fix: Set exitCode based upon compile status of the project ceda23d
  • refactor: remove execa.node usages with execa 613bef4
  • chore: update dependencies 932a5d9

v5.3.2...v5.3.3

update dependencies

18 Jun 00:12
Compare
Choose a tag to compare
  • chore: update dependencies 72b4dd4

v5.3.1...v5.3.2

update dependencies

08 Jun 07:44
Compare
Choose a tag to compare
  • refactor: mark property initial value as undefined 2b101ff
  • chore: update dependencies 47a225d
  • ci: use cross-env for setting the environment variables a6da01c
  • improvement: update provider stub 843c599
  • ci: remove appveyor in favor of gh actions 65f3085
  • chore: update dependencies 69f75ed

v5.3.0...v5.3.1

Cleanup build folder when build fails

18 May 10:30
Compare
Choose a tag to compare

This release will delete the build folder if the build process receives TypeScript errors or when unable to generate the manifest file. Before this release, we left the build folder as it is. However, the build folder was not usable since the build process never completed.

One can execute the node ace build command with --ignore-ts-errors flag to ignore the TypeScript errors and complete the build process

Commits

  • ci: remove special condition for logged messages inside CI 95caeba
  • chore: FORCE_COLOR when running tests 38f86d0
  • improvement: show instructions to register the middleware 3ed4579
  • improvement: cleanup build directory when there is an error during the builder process e88001f
  • ci: use github actions and remove circleci 1d503e2
  • chore: update dependencies 0121810

v5.2.0...v5.3.0