Closed dmuharemagic closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0730c2a
) 98.82% compared to head (1f12dd7
) 98.85%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for contribution! And sorry for late review, but it should be released soon.
:tada: This PR is included in version 10.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
FIrst of all, thanks for the library :)
I thought it would be useful to support regular expressions in
routeBlacklist
property values. One might need to blacklist a set of subpaths under a base path, e.g. when using @fastify/swagger-ui it would be useful to blacklist all of the exposed subpaths from being collected (JSON documentation, YAML documentation, and so on).