Material-ui: Switch to semantic versioning

Created on 20 Jul 2016  路  3Comments  路  Source: mui-org/material-ui

What are your thoughts on making the next major release 16.0.0? Your changelogs are great, and I can easily pick out the breaking changes, but versioning to go along with that would be nice.

All 3 comments

@stevewillard We are working on improving the Roadmap.md file which will tell the users about the upcoming versions and the path this project is heading towards. Stay tuned. Till then you can follow this update #4205

@stevewillard We are following semver, pre-1.0.0 minor versions are considered breaking (npm respects this too)

First, I just want to say that this project is great. Thank you!

NPM, Inc. recommends against using pre-1.0.0 semver: https://docs.npmjs.com/getting-started/semantic-versioning

Semver for publishers

If a project is going to be shared with others, it should start at 1.0.0, though some projects on npm don't follow this rule.

If I understand correctly, pre-1.0.0 is what you use _before_ your push to npm. Sure you can do whatever you want but the community is moving away from 0.x.x releases I would hope that this project would be willing to follow the so-called standards of the community as well. Heck, even React itself went from 0.14 to 15.0.

Just my two cents on the subject. 馃榾

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ericraffin picture ericraffin  路  3Comments

revskill10 picture revskill10  路  3Comments

pola88 picture pola88  路  3Comments

finaiized picture finaiized  路  3Comments

mattmiddlesworth picture mattmiddlesworth  路  3Comments