zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Support for npm semver X-Ranges 1.2.x 1.X 1.2. #53

Closed morad3741 closed 5 months ago

morad3741 commented 4 years ago

Hi, i'm using version 0.9.0 and im receiving unexpectedTokenException when trying to use:
Version v1 = Version.valueOf("5.10.1"); System.out.println(v1.satisfies("5.x.0"));

https://docs.npmjs.com/misc/semver#x-ranges-12x-1x-12-

zafarkhaja commented 1 year ago

Duplicate of #45.

zafarkhaja commented 5 months ago

Closing this issue in favor of #70, the progress can be followed from there.