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
All validity, eq, gt, and lt tests ported from node-semver are passing
Naive benchmarking test (1000 ops / X ms)
Known Issue
Some complex pre-release strings may not be sorted properly as the compare method on NSString does not account for multi-digit values, but is rather strictly alpha-numeric.
For example:
"v1.2.3-1.2.3.B.10.C" is currently not greater than "v1.2.3-1.2.3.B.5.C"