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

Example

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