Between jsemver and semver.java we have all the functionality we need. It would be great if we could combine them. What's nice about semver.java is the match expression language. You can express conditons like ">=1.0.0" and then test to see if a given Version "matches" this condition.
Between jsemver and semver.java we have all the functionality we need. It would be great if we could combine them. What's nice about semver.java is the match expression language. You can express conditons like ">=1.0.0" and then test to see if a given Version "matches" this condition.