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

feat: delete version testing #107

Merged
merged 4 commits into from
Oct 15, 2020
Merged

Conversation

zekth
Copy link
Member

@zekth zekth commented Sep 15, 2020

Following fastify/fastify#2549 , delete the version check as now it's in Fastify itself.

Checklist

Copy link
Member

@fox1t fox1t left a comment

Choose a reason for hiding this comment

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

LGTM

plugin.js Show resolved Hide resolved
@mcollina mcollina added the semver-major Issue or PR that should land as semver major label Sep 15, 2020
@mcollina
Copy link
Member

Is this semver-major or not? I might be tempted to ship it as minor.

@L2jLiga
Copy link
Member

L2jLiga commented Sep 15, 2020

It breaks plugin validation unless newer version of fastify is installed so it's major IMO

@zekth
Copy link
Member Author

zekth commented Sep 15, 2020

It breaks plugin validation unless newer version of fastify is installed so it's major IMO

That's my concern yes as long as there is no pointer to Fastify instance to check if it's >=3.4

package.json Outdated Show resolved Hide resolved
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

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

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

LGTM.

@L2jLiga L2jLiga requested a review from fox1t September 16, 2020 09:00
@mcollina
Copy link
Member

@jsumners @delvedor any options on this? I would like to ship this asap.

Copy link
Member

@delvedor delvedor left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jsumners jsumners left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Issue or PR that should land as semver major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants