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

consider separating TypeScript API from binaries and start using semver versioning for it #6520

Closed
zpdDG4gta8XKpMCd opened this issue Jan 17, 2016 · 2 comments
Labels
API Relates to the public API for TypeScript Committed The team has roadmapped this issue Suggestion An idea for TypeScript

Comments

@zpdDG4gta8XKpMCd
Copy link

Currently the version of the NPM package of TypeScript hardly makes any semver sense as it is supposed to:

  • breaking changes to the language features do not a get major number bump
  • breaking API changes are shipped under the same version as the language

It's not clear what drives these version changes.

Consider making some use of semantic versioning, because it has its benefits, especially in the context of NPM.

@DanielRosenwasser DanielRosenwasser added Suggestion An idea for TypeScript API Relates to the public API for TypeScript Discussion Issues which may not have code impact and removed Discussion Issues which may not have code impact labels Jan 18, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Feb 19, 2016

We have an API version that we have not been changing. i agree we should change everytime we ship and when we make any breaking changes.

@mhegazy
Copy link
Contributor

mhegazy commented Feb 19, 2016

i do not think there is an intimidate action item here. so i will close this, and next time we make a change to the API we will update the API version.

@mhegazy mhegazy closed this as completed Feb 19, 2016
@mhegazy mhegazy added the Committed The team has roadmapped this issue label Feb 19, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Relates to the public API for TypeScript Committed The team has roadmapped this issue Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants