Readonly
beginThe beginning of the version range (inclusive).
Readonly
endThe end of the version range (exclusive).
Static
fromCreates a version range from the given integer bounds.
the beginning of the version range (inclusive).
the end of the version range (exclusive).
the version range.
Static
fromCreates a version range from the given integer version.
the specific version for which to create a range.
the version range.
Static
fromCreates a version range from the given semantic version bounds.
the beginning of the version range (inclusive).
the end of the version range (exclusive).
the version range.
Static
minorCreates a version range which includes all minor and patch releases for the given major version.
the semantic version.
the version range.
Static
patchCreates a version range which includes all patch releases for the given major and minor version.
the semantic version.
the version range.
A range of versions which includes the beginning version and excludes the end version.