blang/semver

Support ParseRangeTolerant

alexandernst opened this issue · 0 comments

Passing >=1.6.5 <2.0.0 || >= 2.1.7 (note the space before 2.1.7) to ParseRange will make the library return an error.

Can we have a ParseRangeTolerant function that would be more tolerant to this errors?