-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove wildcard string support #175
feat: remove wildcard string support #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This option only caused confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing the type changes
https://github.com/fastify/fastify-static/blob/master/index.d.ts#L58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (with TS types fixed)
Remove the support of passing string in
wildcard
option and it will throw an error whenwildcard
is not aboolean
.It also change the docs to add a new line about
newly added file
forwildcard
equal tofalse
.Actually, Issue 161 is not a bug and it do not need to be resolve. But this PR is raised from #161 (comment). So, I add it below.
Resolve: #161
Note: This is a breaking change.
Checklist
npm run test
andnpm run benchmark
and the Code of conduct