Expand description
The semver API.
Functions§
- compare
- Compare two semver versions
- is_
compatible - Check if the “second” semver is compatible with the “first”
- is_
major - Check if a the “other” version is a major bump from the “current”
- is_
minor - Check if a the “other” version is a minor bump from the “current”
- is_
patch - Check if a the “other” version is a patch bump from the “current”