Skip to content

v5.0.0

Choose a tag to compare

@AlbertoFdzM AlbertoFdzM released this 13 Jul 00:05
· 43 commits to develop since this release

Added

  • mounted_app is being parsed
  • Request handlers mounted on multiple routes by passing an array are being parsed
  • If a route path contains an unparseable regexp it is used to compose the path

Changed

  • Added middlewares property in reports representing mounted middlewares by their name

Fixed

  • Avoid method duplicity in the same path

Deprecated

  • BREAKING Drop support for NodeJS v6 and v8
  • Drop support for yarn.lock file

Dev

  • Update dev dependencies
  • Improve tests structure