-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Follow semver please? #1274
Comments
|
In pre-1.0 releases the minor version is commonly used for breaking changes which is why npm has caret ranges (i.e ^0.3.0 will match >= 0.3.0 and < 0.4.0) |
Oh, didn't see that coming. Is there a planned v1 release anytime soon? |
Kickass homepage by the way! 👍 |
We are working toward v1.0 but I think we have a long way to go. We have been trying to resurrect marked from being unmaintained for a while. Any PRs would be greatly appreciated 😃 👍 |
Describe the bug
In the latest release, marked went up from v0.3.18 to v.0.4.0. A minor bump indicates backward compatible changes and most importantly, no breaking changes. Yet the release notes mention several of them:
This is counterproductive. A seemingly harmless update potentially can break exiting usages.
Can we please adhere to semver guidelines?
The text was updated successfully, but these errors were encountered: