We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
semver@8
This is a tracking issue & WIP set of potential breaking changes, features & bugs which are expected to be fixed in the next major version of semver.
semver
v
semver.intersects('>=16.0.0 <17.0.0', '^17.0.0-0', { includePrereleases: true })
false
The text was updated successfully, but these errors were encountered:
Hi, is there any release table for v8? I believe this could be added.
Asking because I am trying to replace some outdated deps from repos I am maintaining. server v7 is requiring on a "very old" version of lru-cache.
Sorry, something went wrong.
wraithgar
lukekarrys
No branches or pull requests
(WIP)
This is a tracking issue & WIP set of potential breaking changes, features & bugs which are expected to be fixed in the next major version of
semver
.Breaking Changes
v
#691Bugs
semver.intersects('>=16.0.0 <17.0.0', '^17.0.0-0', { includePrereleases: true })
should befalse
#345The text was updated successfully, but these errors were encountered: