-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated to support Vapor 3 #5
Conversation
@bygri would you mind review this? |
Hi Kim, thanks for taking a stab at this! The essential challenge in moving from Vapor 2 to Vapor 3 is that calling out to |
Thanks for the fast feedback @bygri ! I have tried what you suggested, hope it is in the right direction! 🚀 |
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.
Much better. I have a couple of further comments, plus update the Readme, and then I think it's good to go.
|
||
Add the following in your `Package.swift` file | ||
```Swift | ||
.package(url: "https://github.com/vapor-community/wkhtmltopdf.git", from: "2.0.0"), |
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.
@bygri I have added this, and assumed next release will be 2.0.0 😅
Solves #4