vdurmont / semver4j

Semantic versioning for Java apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make validation method public

sahilparikh98 opened this issue · comments

It would be nice if we could validate a string version without creating a new object and getting an exception. The exception is unchecked so there's no way to determine an error in a string and fallback or fix.