Skip to content

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

Compare
Choose a tag to compare
@thetutlage thetutlage released this 22 Sep 07:30
  • 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