yieldparser icon indicating copy to clipboard operation
yieldparser copied to clipboard

Add semver parser example

Open RoyalIcing opened this issue 4 years ago • 0 comments
trafficstars

See: https://semver.org

Should return something like:

5.2.0+20130313144700

{
  "major": 5,
  "minor": 2,
  "patch": 0,
  "isPreRelease": false,
  "metadata": "20130313144700"
}

RoyalIcing avatar Feb 19 '21 01:02 RoyalIcing