AV-W22
Semver Calculator
Compare and sort semantic versions, test them against ranges and work out the next version.
● Runs on your device; nothing is uploadedHow to use it
- Type a Version to see its parts and the next major, minor, patch or pre-release.
- Enter Version A and Version B to compare them.
- Paste a list under Sort versions and choose Oldest first or Newest first.
- Enter a Range and Versions to test to see which ones satisfy it.
Limits
- Version lists
- 100,000 characters
Features
- Uses the same semver library as npm
- Explains each range in words, such as "at least 0.2.3 and below 0.3.0"
- Highest and lowest matching versions for a range
- Optional pre-release identifier such as beta or rc
- Loose parsing accepts a leading v or =
- Lists invalid versions instead of failing
For AI agents: avtools_semver_calculator
Loading the tool…