Semantic Versioning Range Intersection Finder
Enter two semver ranges (e.g., ^1.2.3 and >=1.2.4 <2.0.0) to see if they intersect and what the maximum satisfying version is.
UD5 Toolkit
Enter two semver ranges (e.g., ^1.2.3 and >=1.2.4 <2.0.0) to see if they intersect and what the maximum satisfying version is.
Select the type of change (breaking, feature, fix) and your current version to see the next semantic version number and git tag suggestion.
Validate and compare semantic version strings. Check if a version satisfies a range (e.g., ^1.2.3). Visual breakdown of major.minor.patch. Local only.
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.