Piotr Olaszewski
Piotr Olaszewski
@aqding First of all, sorry 🙏 for the long wait on the review and feedback. Second, thank you for the huge amount of work you put into this feature 🙌...
The `coerce()` method tries to "guess" the correct SemVer and attempts to extract the first valid version it finds. In your case, that version is `1.0.0`. If your input were...
Yes, but no 😉 Regarding the `coerce()` method, it doesn't know that the string passed to it is a range. For this method, it's just a string, and as I...
> Well, the obvious answer would be to first check if a string can be processed as a range, and if so, do not interpret it as a single version....
@fmbenhassine may be closed I guess.