Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle a version with a dash in the prerelease tag #60

Commits on Jul 26, 2017

  1. Handle a version with a dash in the prerelease tag

    When parsing a constraint, before converting dashes to a range,
    check if it is a valid version first. That way a version with multiple
    dashes, like v1.0.0-12-abc123 isn't turned into a range of
    1.0.0 to 12-abc123.
    carolynvs committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    a93e51b View commit details
    Browse the repository at this point in the history