github adonisjs/core v5.6.0
List route improvements and a cookies serializer for API testing

latest releases: v6.11.0, v6.10.1, v6.10.0...
2 years ago

Highlights

  • We have integrated the pretty-list-routes package from Julien to the core.
  • The node ace list:routes command displays the pretty list by default. You can use --table flag for the table output.
  • The table output is now more condense to work with smaller terminal width. It also truncates the content vs breaking apart.
  • Added the cookies serializer for the Japa API testing plugin.

Commits

  • refactor: allow list route filters to accept multiple values a0dda13
  • refactor: UI improvements for the list:routes command. Both the pretty output and the table output (#3645) d7bccc5
  • chore: update dependencies 28714e2
  • feat: add cookies serializer for japa api-client a0227ad
  • fix: update maxWidth flag data type to number e5423b2
  • feat: add tests contract file 7a27cda
  • test: add tests for the api client bindings a4c8867
  • feat: add cookies support for @japa/api-client 4437ffe
  • refactor: cleanup code (#3634) 31fc060
  • feat: pretty list routes (#3627) 7510ff9
  • refactor: update tests templates ca1aadc

v5.5.3...v5.6.0

Don't miss a new core release

NewReleases is sending notifications on new releases.