semver-check icon indicating copy to clipboard operation
semver-check copied to clipboard

[Feature Request] Check for valid semver

Open stefanklug opened this issue 4 years ago • 2 comments

Hi,

I just stumbled open the project. Thanks a lot for your work. I was looking for a way to validate if a given string is a valid semantic version at all. It would be great if the checker could reject illegal semantic versions. Examples would be:

  • 1.0 (patch missing)
  • 1.0.0+a+a (Meta contains a + sign)

stefanklug avatar Sep 14 '20 14:09 stefanklug

Kinda does it already, if it cannot tell you the next version then the version is illegal 🙄

Maybe they can add an alert that is invalid

slowr avatar Sep 17 '20 10:09 slowr

Hi! I will have a look at your request soon.

jubianchi avatar Sep 30 '20 18:09 jubianchi