Description
@reinink I like that sentence you wrote in #84
This is breaking change, and shouldn't be merged in until the next breaking release.
Since atm this is alpha software I wasn't sure if there is something like a BC promise.
Seems you plan to comply to SEMVER? Even for Alpha, or is 1.0.0 the next BC-Break?
Maybe we should document a "Update"-Chapter where the update-process for tailwind is described. There would be place to explain the difference ^1.0.0
vs ~1.0.0
and the impact on the project.
e.g. if you use ^1.0.0
filesize of a newer version could increase with yarn upgrade
.
Many users are be that experienced, so a little explanation and a link to https://docs.npmjs.com/getting-started/semantic-versioning could be nice.
Also there is a place for writing down the BC-promise.