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
build string  
major number  
suffixTokens array of string  
type SemverType  
minor number  
stable boolean required boolean
originalValue string  
value string  
patch number  

Example

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