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

Define Schema as a newtype around serde_json::Value #289

Merged
merged 10 commits into from
May 12, 2024
Merged

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    65fb44b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Update tests to account for schema name case changes, and fix flatten…

    …ing to make it consistent with previous (possibly buggy?) behaviour
    GREsau committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7e257e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb28fc4 View commit details
    Browse the repository at this point in the history
  3. Remove type aliases for Map

    GREsau committed May 11, 2024
    Configuration menu
    Copy the full SHA
    739e30b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddfd6b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Update doctest

    GREsau committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0708bac View commit details
    Browse the repository at this point in the history
  2. Export Schema from crate root

    GREsau committed May 12, 2024
    Configuration menu
    Copy the full SHA
    78be631 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    GREsau committed May 12, 2024
    Configuration menu
    Copy the full SHA
    eb1310b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b5185e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bce5ed View commit details
    Browse the repository at this point in the history