You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Landed on 6.2.0. Turned out to be an interesting little algorithm! You don't want 1.2.3.4 to coerce to 4.0.0 in rtl mode. I'd expect 2.3.4 in that case. I think what I landed on is reasonably efficient and does the right thing.
stabbylambda
pushed a commit
to stabbylambda/node-semver
that referenced
this issue
Nov 18, 2019
Uh oh!
There was an error while loading. Please reload this page.
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: