SemVer
The Semver registry is designed to handle semantic versioning, offering functions to compare and manage version numbers consistently across your projects.
Last updated
The Semver registry is designed to handle semantic versioning, offering functions to compare and manage version numbers consistently across your projects.
Last updated
The function creates a new semantic version object from a given version string, allowing for the structured handling and comparison of software versioning according to semantic versioning principles.
Signature
The function checks whether a given version string satisfies a specified semantic version constraint, ensuring that the version meets the defined requirements according to the Semantic Versioning rules.
Signature