D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Semver Data Type

Properties
name data type constraints description
value string  
suffixTokens array of string  
stable boolean required boolean
originalValue string  
patch number  
type SemverType  
build string  
major number  
minor number  

Example

{
  "value" : "...",
  "suffixTokens" : [ "...", "..." ],
  "stable" : true,
  "originalValue" : "...",
  "patch" : 12345,
  "type" : "COCOAPODS",
  "build" : "...",
  "major" : 12345,
  "minor" : 12345
}