Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve format and element sniffing #171

Merged
merged 6 commits into from
Apr 12, 2023

Commits on Apr 5, 2023

  1. Fix YAML format sniffing.

    Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
    ielis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    acf2d3d View commit details
    Browse the repository at this point in the history
  2. Implement element sniffing for JSON and YAML.

    Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
    ielis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0a15e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e62fdda View commit details
    Browse the repository at this point in the history
  4. Account for YAML comments and document start/end.

    Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
    ielis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6ddbfe8 View commit details
    Browse the repository at this point in the history
  5. Use new deprecation markers, use the sniffing functionality across th…

    …e codebase.
    
    Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
    ielis committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a540748 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Simplify sniffing code.

    Signed-off-by: Daniel Danis <daniel.gordon.danis@protonmail.com>
    ielis committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f7f3194 View commit details
    Browse the repository at this point in the history