jdittrich / quickMockup

HTML based interface mockups
https://jdittrich.github.io/quickMockup/
MIT License
517 stars 97 forks source link

Versioning of quickMockup #31

Open simonv3 opened 8 years ago

simonv3 commented 8 years ago

It could be that at some point the structure of quickMockup gets changed so much that an existing quickMockup file might not work anymore with the current version. Should we keep track of versioning to detect what might be breaking changes? Eg. semver?

jdittrich commented 8 years ago

The loading of an existing mockup was recently implemented. Before the assumption was that the user just save the whole page, thus "breaking" did not make much sense before.

Now it might, but the function is still too new (3/2016) to say how often such changes occur.

I hope to remember this for the next change.

simonv3 commented 8 years ago

Yeah, it's not really an issue now, more of an issue later, remembering it for later is why I created the issue :)