semver icon indicating copy to clipboard operation
semver copied to clipboard

Add a SemVersion Range Class

Open WalkerCodeRanger opened this issue 6 years ago • 0 comments

Add a class that represents a SemVer version range and can check whether a version is within the range. This functionality would serve as the core of implementations needing to check compatibility between a desired version and a provided version.

WalkerCodeRanger avatar Oct 12 '19 04:10 WalkerCodeRanger