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

fix: honor x-order while sorting query parameters #806

Commits on Oct 13, 2020

  1. fix: honor x-order while sorting query parameters

    Instead of always sorting parameters with name, which can surprise users
    because x-order is ignored, sort them with the slice type declared in
    github.com/go-openapi/spec to reuse its comparison method.
    lantw44 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c0c8af3 View commit details
    Browse the repository at this point in the history