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

Drop 'yaml/parse-cst' endpoint #223

Merged
merged 2 commits into from Jan 30, 2021
Merged

Drop 'yaml/parse-cst' endpoint #223

merged 2 commits into from Jan 30, 2021

Commits on Jan 29, 2021

  1. Drop yaml/parse-cst endpoint

    BREAKING CHANGE: Users will need to update their code:
        -import parseCST from 'yaml/parse-cst'
        +import YAML from 'yaml'
        +const parseCST = YAML.parseCST
    eemeli committed Jan 29, 2021
    Copy the full SHA
    dd9605e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Copy the full SHA
    617b360 View commit details
    Browse the repository at this point in the history