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: yaml marshal output #649

Merged
merged 4 commits into from Oct 28, 2022
Merged

fix: yaml marshal output #649

merged 4 commits into from Oct 28, 2022

Commits on Oct 26, 2022

  1. fix: yaml marshal output

    Fix the output when encoding the YAML by:
    * Excluding ExtensionProps, the Extensions were already excluded
      resulting in empty extensionProps only.
    * Add custom marshaler to all ref types so it doesn't output both values
      in the same way the JSON marshaler does.
    stevenh committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3fc326d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. chore(openapi3): add test for issue 241

    Add test for issue 241
    
    Fixes getkin#241
    stevenh committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b148753 View commit details
    Browse the repository at this point in the history
  2. fix(openapi3): ensure lf on all platforms for yml

    Ensure the line ending is always lf on all platforms for yml so
    stability tests work as expected.
    stevenh committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5756af4 View commit details
    Browse the repository at this point in the history
  3. fix(openapi3): correct import style

    Update import style in test for issue241 to match repo requirement.
    stevenh committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c7eb948 View commit details
    Browse the repository at this point in the history