- isBranch
bool isBranch [@property getter]
Tests if this represents a branch instead of a version.
- isMaster
bool isMaster [@property getter]
Tests if this represents the master branch "~master".
- isPreRelease
bool isPreRelease [@property getter]
Tests if this represents a pre-release version.
- isUnknown
bool isUnknown [@property getter]
Tests if this represents the special unknown version constant.
- masterBranch
Version masterBranch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxRelease
Version maxRelease [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- minRelease
Version minRelease [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- unknown
Version unknown [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Represents a version in semantic version format, or a branch identifier.
This can either have the form "~master", where "master" is a branch name, or the form "major.update.bugfix-prerelease+buildmetadata" (see the Semantic Versioning Specification v2.0.0 at http://semver.org/).