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

refactor!: use JSON rather than YAML in opaque fields. #1338

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Commits on Jul 24, 2024

  1. refactor!: use JSON rather than YAML in opaque fields.

    Closes #1048
    
    BREAKING_CHANGE: use `serde_json::Value` rather than `serde_yaml::Value` in `CustomSerialized`, `CustomTypeArg`, `OpDef`, `OperationDeclaration`
    ss2165 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    830b6b6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Douglas Wilson <141026920+doug-q@users.noreply.github.com>
    ss2165 and doug-q authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e004681 View commit details
    Browse the repository at this point in the history