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

Revisit versioner middlewares #2484

Merged
merged 3 commits into from
Jul 27, 2024

Commits on Jul 26, 2024

  1. AcceptHeaderHandler is now part of Grape::Middleware::Versioner::Header

    Use `const_get` to find versioner
    Grape::Middleware::Versioner::* uses `default_options` like other middlewares
    Add versioner_helpers for Grape::Middleware::Versioner::*
    Replace `merge` by `deep_merge` in Grape::Middleware::Base initialize
    Add specs
    ericproulx committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8c65c6f View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    ericproulx committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3b1515e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Remove prefix throw_ and add!

    Use `camelize` instead of `classify`
    ericproulx committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c2f3578 View commit details
    Browse the repository at this point in the history