Module version

Source
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”