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

Add a changelog #79

Open
maxcodes opened this issue Feb 20, 2018 · 4 comments
Open

Add a changelog #79

maxcodes opened this issue Feb 20, 2018 · 4 comments

Comments

@maxcodes
Copy link

Does this project have a changelog? I want to update from 0.3.3 to 0.3.9 and I just want to make sure nothing breaks.

Thanks!

@dylanahsmith
Copy link
Contributor

No, but you can use v0.3.3...v0.3.9 if you are interested in all the changes.

There should be no breaking changes until v0.4.0.

@stanishev
Copy link

There should be no breaking changes until v0.4.0.

@dylanahsmith does this imply that there are breaking changes if you upgrade to v0.4+ ?

@swalkinshaw
Copy link
Contributor

Yes v0.4.0 has breaking changes. A few (very old) features were removed: https://github.com/Shopify/graphql-batch/releases/tag/v0.4.0

@dylanahsmith dylanahsmith changed the title Changelog Add a changelog Apr 14, 2020
@dylanahsmith
Copy link
Contributor

Just to be clear, I'm not against adding a changelog.

Also, perhaps we should bump to 1.0.0 in the future to indicate that we do use version numbers to indicate breaking changes. Currently, we use an unstable version format 0.X.Y where X is bumped for breaking changes and Y is bumped for any other changes. We also try to deprecate features such that the breaking changes are just removals of a deprecated feature rather than a change that will break code depending on the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants