- You can now add the
--groupsfilter when running thenode ace testcommand. - 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:middlewarecommand, we check fornamespacesobject inside the.adonisjrc.jsonfile 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
--groupsflag (#51) 1246789
PR's
- feat(test): add
--groupsflag 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