跳到主要内容

Semver Version Range Viewer

>=1.2.3 <2.0.0-0

Most common version numbers (clickable)

^1.2.3
^0.2.3
~1.2.3
~0.2.3
1.2.x
1.x
1.x.x
1.*
1.2.3 - 2.3.4
1.2 - 2.3
1.2.3 - 2
0.14.x || 15.x.x
1.2.4-alpha.3
1.2.4-beta.3

semver

Semantic Version, consisting of three parts, MAJOR.MINOR.PATCH.

MAJORWhen releasing API with Breaking Changes
MINORWhen releasing new feature APIs
PATCHWhen fixing bugs
^1.2.3>=1.2.3 <2.0.0
~1.2.3>=1.2.3 <1.3.0