semver icon indicating copy to clipboard operation
semver copied to clipboard

Support `^x.x.x`?

Open kleijnweb opened this issue 5 years ago • 2 comments

A common (and extremely useful) semver constraint is the ^x.x.x form. While this can also be expressed using a range (eg ^1.2.3 can be expressed as >= 1.2.3 <2.0.0). Similarly (but less useful), ~1.2 can be expressed as >= 1.2.0 <1.3.0.

See https://semver.npmjs.com/.

Are there any plans to add this? If not, do you have any pointers on how to best to approach this?

kleijnweb avatar Jul 09 '18 06:07 kleijnweb

Agreed, this would be amazing to have

graywolf336 avatar Oct 02 '18 01:10 graywolf336

It is planned to support this feature in the near future, thanks for your patience

blang avatar Dec 08 '18 17:12 blang