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

[Question]: version in schemastore #197

Closed
yuit opened this issue Jun 29, 2016 · 2 comments · Fixed by #2656
Closed

[Question]: version in schemastore #197

yuit opened this issue Jun 29, 2016 · 2 comments · Fixed by #2656
Labels

Comments

@yuit
Copy link
Contributor

yuit commented Jun 29, 2016

With new options coming in TypeScript 2.0, is there a way to specify that these flags are only for certain TypeScript version and that only when certain version of TypeScript is installed, those flags will be shown

It wasn't clear to me from the README that you can do so

Versioning of schema files are handled by modifying the file name to include the version number: myschema-1.2.json

Thanks!

@madskristensen
Copy link
Contributor

Any schema can have multiple versions. See for instance how project.json is registered in api/json/catalog.json

However, the tooling that uses the schemas needs to be able to pull in the correct schema. Visual Studio has smarts that pulls in the correct schema version based on the version of ASP.NET Core being used.

@domoritz
Copy link
Contributor

domoritz commented Nov 3, 2017

Versioning seems a big issue for me as well. We are releasing a new schema for every version of Vega and Vega-Lite. Would this repo contain all of these versions or only the latest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants