Skip to content

Releases: adonisjs/assembler

Install latest minor version of encore packages

18 Nov 17:25
Compare
Choose a tag to compare
  • fix: install minor range of encore packages 41850fb

v5.9.4...v5.9.5

Fix webpack installation failure

18 Nov 06:50
Compare
Choose a tag to compare
  • fix: show errors when npm install fail 5e0a927
  • fix: install specific versions of encore and its peer dependencies c13473b
  • chore: update dependencies 1faef6c
  • fix: incorrect test/bootstrap typing 253b741

PRs

Full Changelog: v5.9.3...v5.9.4

Fix the serve and the test commands to respect ENV_PATH environment variable

07 Oct 07:45
Compare
Choose a tag to compare
  • fix: serve command to respect the ENV_PATH environment variable d7aeaec
  • chore: update dependencies e01642f

v5.9.2...v5.9.3

Fix broken build

22 Sep 20:32
Compare
Choose a tag to compare

The last build was broken and made it impossible to use the assembler commands. Because the generated manifest build file was including non-standard file paths.

  • fix: make bin/index.ts cross-platform by normalizing paths e394725

v5.9.1...v5.9.2

Bugfix Tests Server on Windows

22 Sep 13:32
Compare
Choose a tag to compare

node ace test --watch was showing "NO TESTS EXECUTED" when making any changes to a test file on Windows.

  • fix: TestsServer.run with filepath not working on windows bba251f

v5.9.0...v5.9.1

Bug fixes and adding the `--groups` filter for test command

22 Sep 07:30
Compare
Choose a tag to compare
  • You can now add the --groups filter when running the node ace test command.
  • The webpack encore had a breaking change and they require the project using encore should install webpack and related dependencies. The issue was reporter here. adonisjs-community/create-adonis-ts-app#48
  • When creating a new middleware file using make:middleware command, we check for namespaces object inside the .adonisjrc.json file and then use the appropriate path for the file

Commits

  • chore: update dependencies b01e540
  • fix: install required packages by webpack encore f0f9f6a
  • chore: update dependencies f9baac9
  • refactor: resolve middleware namespace before creating middleware file e9f7bd5
  • chore: update dependencies (#52) 64e2d1d
  • feat(test): add --groups flag (#51) 1246789

PR's

New Contributors

Full Changelog: v5.8.1...v5.9.0

Detect package manager before installing dependencies

22 Jul 08:11
Compare
Choose a tag to compare
  • fix: detect and attempt to use correct package manager fa890fc
  • chore: update dependencies 625554e

v5.8.0...v5.8.1

Add test and all options to the make:prldfile command

17 Jun 02:20
Compare
Choose a tag to compare
  • feat: add test and all options to make preload file command fc13b41
  • chore: update dependencies 5a9af95

v5.7.0...v5.8.0

Add `make:suite` command and bug fixes

22 May 13:58
Compare
Choose a tag to compare
  • chore: update dependencies a21478d
  • feat: add make:suite command (#48) 018da9d
  • fix: array filters passed to TestProcess were not processed properly (#45) f7a3069
  • refactor: migrate to the latest Japa version (#47) 06fd6a6
  • feat: filter tests by title (#46) 09d2b81
  • Restrict the messages type at validator template (#41) 9c4f389

PRs

  • Restrict the messages type at validator template by @brkn in #41
  • feat: filter tests by title by @Julien-R44 in #46
  • refactor: migrate to the latest Japa version by @Julien-R44 in #47
  • fix: array filters passed to TestProcess were not processed properly by @Julien-R44 in #45
  • feat: add make:suite command by @Julien-R44 in #48

New Contributors

Full Changelog: v5.6.2...v5.7.0

Register Japa test provider under test providers array

14 Apr 07:41
Compare
Choose a tag to compare
  • fix: register japa test provider under test providers array 5f2f65b
  • chore: update dependencies 24fe6e1

v5.6.1...v5.6.2