AltraTools
🔢

Semver Comparator

Compare, sort, and validate semantic versions (SemVer 2.0). Check version ranges, compare versions, and sort version lists.

Compare Versions

<

1.2.3 is older than 2.0.0

Range Satisfaction

✓ 1.2.3 satisfies ^1.0.0
Supported: ^, ~, >, >=, <, <=, exact, *

Sort Version List

Version Breakdown: 1.2.3

1
Major
2
Minor
3
Patch
-
Prerelease
-
Build

SemVer Quick Reference

MAJOR - Breaking changes
MINOR - New features (backwards compatible)
PATCH - Bug fixes
-prerelease - Pre-release tag
^1.2.3 - Compatible with 1.x.x
~1.2.3 - Approximately 1.2.x