-
Notifications
You must be signed in to change notification settings - Fork 89
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
Breaking changes on patch update #46
Comments
OK, so you want me to release 0.9.8 which will be compiled to ES5 and then switch to ES6 and publish 1.0.0 That is nice way to satisfy both words and I appreciate your input on the matter.
|
Yeah pretty much, that way those of us who are pulling down 0.9.x will get the ES5 version which won't break anything, and then upgrading to 1.0.0 will be ES6. To be fair I think if your major version is Thanks for this 😃 |
So |
0.9.7
was published recently which now bundles JS which is ES6 rather than ES5.This is a breaking change and therefore should be a major version bump due to consuming projects now requiring an ES6 compliant environment.
Would it be possible to revert these changes and release a new patch, and then release the change to ES6 as a major version bump (e.g
1.0.0
)?The text was updated successfully, but these errors were encountered: