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: use replaced_with to check for deprecated fields #472

Merged
merged 3 commits into from
Oct 22, 2024

Commits on Oct 17, 2024

  1. fix: use replaced_with to check for deprecated fields

    In schemas, shorthand_fields that are deprecated
    will use "replaced_with" going forward to convey the
    new fields that would be used in place of the old ones.
    Earlier, "translate_backwards" was used for the same.
    
    This change ensures that both of the above mentioned fields
    can be used to find the new path that leads to the new values
    for comparison purposes. This will help tools like deck
    to show diff between syncs.
    Prashansa-K committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1182857 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

Commits on Oct 22, 2024

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