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