Compares two versions. Returns -1 if the right version is newer than the left version. Returns 0 if the right version is equal to the left version. Returns 1 if the right version is older than the left version.
Returns whether this version is equal to another version.
Returns whether this version is greater than (i.e. newer than) another version.
Returns whether this version is less than (i.e. older than) another version.
Returns whether this version is less than (i.e. older than) or equal to another version.
Returns a string representing the version.
Generated using TypeDoc
Version describes a Major.Minor.Patch version for use in semantic versioning.
Version