Closed
Description
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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
mhegazy commentedon 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 commentedon 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.