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
Currently, the parser is not part of the API. Instead, everything goes through the SemanticVersion interface. It would be practical to expose the parser as API to e.g. allow less strict parsing (omitting invalid parts, etc.).
This requires the API to be well-designed to avoid breaking changes to it.
The text was updated successfully, but these errors were encountered:
Currently, the parser is not part of the API. Instead, everything goes through the
SemanticVersion
interface. It would be practical to expose the parser as API to e.g. allow less strict parsing (omitting invalid parts, etc.).This requires the API to be well-designed to avoid breaking changes to it.
The text was updated successfully, but these errors were encountered: