zafarkhaja / jsemver

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

Enhance the range expressions parser #70

Open zafarkhaja opened 5 months ago

zafarkhaja commented 5 months ago

Update the range expressions parser using modern Java 8 language constructs and best practices in the API development with extensibility and maintainability in mind. The objective is for the updated parser to be able to parse different dialects of range expressions, such as node-semver, maven, semver (semver/semver#584) eventually, etc.

This issue will resolve the following currently unresolved issues