Skip to content
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

Support for Fastify v3 #22

Merged
merged 8 commits into from
May 8, 2020
Merged

Support for Fastify v3 #22

merged 8 commits into from
May 8, 2020

Conversation

delvedor
Copy link
Member

As titled.

Checklist

  • run npm run test and npm run benchmark
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message and code follows Code of conduct

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

index.test-d.ts Outdated Show resolved Hide resolved
"@types/node": "^12.0.7",
"fast-deep-equal": "^2.0.1",
"fastify-plugin": "^1.5.0",
"@types/node": "^13.13.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not put this in dependencies. It should be a devDep.

"http-errors": "^1.7.2",
"proxy-addr": "^2.0.5",
"http-errors": "^1.7.3",
"proxy-addr": "^2.0.6",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need proxy-addr? I think this feature is built in Fastify now..?

Copy link
Member

@Ethan-Arrowood Ethan-Arrowood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expect assertions in types look good 👍

"fastify": "^2.3.0",
"standard": "^12.0.1",
"tap": "^12.7.0"
"fastify": "^3.0.0-alpha.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use rc instead of alpha

@mcollina mcollina merged commit a05cec4 into master May 8, 2020
@Fdawgs Fdawgs deleted the support-fastify-v3 branch April 28, 2022 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants