-
Notifications
You must be signed in to change notification settings - Fork 495
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
Coerce from right-to-left #248
Comments
I'd avoid a magic string in the API, and we already accept an options object as the second argument. How about |
Would be nice @isaacs |
Landed on 6.2.0. Turned out to be an interesting little algorithm! You don't want |
stabbylambda
pushed a commit
to stabbylambda/node-semver
that referenced
this issue
Nov 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, coerce runs from left-to-right returning the version, I would discuss if it should be possible to have an option to check from right-to-left.
Actual example:
Possibility
The text was updated successfully, but these errors were encountered: