Releases: adonisjs/assembler
Releases · adonisjs/assembler
Install latest minor version of encore packages
- fix: install minor range of encore packages 41850fb
Fix webpack installation failure
- 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
- fix: incorrect test/bootstrap.txt typing by @Julien-R44 in #55
Full Changelog: v5.9.3...v5.9.4
Fix the serve and the test commands to respect ENV_PATH environment variable
Fix broken build
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
Bugfix Tests Server on Windows
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
Bug fixes and adding the `--groups` filter for test command
- You can now add the
--groups
filter when running thenode 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 fornamespaces
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
- feat(test): add
--groups
flag by @Julien-R44 in #51 - chore: update dependencies by @targos in #52
- Make Middleware: Resolve middleware namespace first. by @TiBianMod in #53
New Contributors
- @TiBianMod made their first contribution in #53
Full Changelog: v5.8.1...v5.9.0
Detect package manager before installing dependencies
Add test and all options to the make:prldfile command
Add `make:suite` command and bug fixes
- 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
- @brkn made their first contribution in #41
- @Julien-R44 made their first contribution in #46
Full Changelog: v5.6.2...v5.7.0