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

don't crash swagger generation on :content, fix examples #637

Merged
merged 4 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. fix: examples/http-swagger

    broken by #628
    
    fixes #634
    opqdonut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7b4127b View commit details
    Browse the repository at this point in the history
  2. fix: dissoc unsupported [:responses nnn :content] for swagger

    otherwise swagger generation crashes when it tries to serialize
    something like `{:content {"foo/bar" any?}}`
    
    also fix examples/ring-malli-swagger
    opqdonut committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e4c75c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55854f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25aee5e View commit details
    Browse the repository at this point in the history