xeipuuv / gojsonschema

An implementation of JSON Schema, draft v4 v6 & v7 - Go language
2.56k stars 358 forks source link

Semantic versioning. #107

Open piotrkowalczuk opened 8 years ago

piotrkowalczuk commented 8 years ago

Would be cool to have it. Easier to manage dependency using e.g. glide.

notjames commented 7 years ago

Very easy to add. I've used semver check in https://github.com/samsung-cnct/jsonsvalidator which uses this library for schema validation and a customer validator for semver check. This app is still in alpha though, so expect some bugs for now.